Skip to content

Commit

Permalink
Cut 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alechenninger committed Oct 8, 2016
1 parent 8302f96 commit 2a7ba67
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
Expand Up @@ -19,7 +19,7 @@
apply plugin: 'application'
apply plugin: 'groovy'

version = '0.6.0'
version = '0.7.0'

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
Expand Up @@ -19,7 +19,7 @@
apply plugin: 'java'
apply plugin: 'groovy'

version = '0.5.0'
version = '0.5.1'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 2a7ba67

Please sign in to comment.