Skip to content

Commit

Permalink
Cut 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alechenninger committed Jan 15, 2017
1 parent 87e0c10 commit 5315bb9
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.7.1'
version = '0.8.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.2'
version = '0.6.0'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 5315bb9

Please sign in to comment.