Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusAntons committed Mar 17, 2017
1 parent 07146e8 commit 0efffd2
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 = 0;
def major = 1, minor = 4, patch = 1;

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

Expand Down

0 comments on commit 0efffd2

Please sign in to comment.