Skip to content

Commit

Permalink
Release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusAntons committed Sep 13, 2017
1 parent 8718cbc commit 29b2df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem;
apply plugin: 'java'
apply plugin: 'idea'

def major = 1, minor = 4, patch = 1;
def major = 1, minor = 4, patch = 2;

version = "$major.$minor.$patch"

Expand Down

0 comments on commit 29b2df7

Please sign in to comment.