Skip to content

Commit

Permalink
Bump up version to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentg committed Mar 5, 2015
1 parent af1cae8 commit e00b70a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'application'

version = '0.1.3'
version = '0.1.4'

sourceCompatibility = 1.7
mainClassName = "org.truffautronic.Main"
Expand All @@ -26,4 +26,4 @@ jar {
}
}

applicationDefaultJvmArgs = [ "-Xmx1G" ]
applicationDefaultJvmArgs = [ "-Xmx1G" ]

0 comments on commit e00b70a

Please sign in to comment.