Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alechenninger committed Dec 17, 2015
1 parent 12e6941 commit 9c157b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'application'
apply plugin: 'groovy'

version = '0.3.2'
version = '0.3.3'

sourceCompatibility = 1.8
mainClassName = 'io.github.alechenninger.monarch.Main'
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'groovy'

version = '0.2.1'
version = '0.3.0'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 9c157b7

Please sign in to comment.