Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy1Am committed Jul 4, 2018
1 parent 933fa79 commit 3a0835f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Java/MoppyControlGUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'application'

mainClassName = 'com.moppy.control.MoppyControlGUI'
version = '2.0.0'
version = '2.0.1'

jar {
manifest {
Expand Down
2 changes: 1 addition & 1 deletion Java/MoppyLib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'java'

version = '2.0.0'
version = '2.0.1'

jar {
manifest {
Expand Down

0 comments on commit 3a0835f

Please sign in to comment.