Skip to content

Commit

Permalink
Cut v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alechenninger committed Jan 28, 2017
1 parent e0674b1 commit 0006fae
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.8.2'
version = '0.8.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
Expand Up @@ -19,7 +19,7 @@
apply plugin: 'java'
apply plugin: 'groovy'

version = '0.6.1'
version = '0.6.2'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 0006fae

Please sign in to comment.