Skip to content

Commit

Permalink
Increasing version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
nomemory authored and Ciobanu, Andrei-Nicolin (UK - EDC) committed May 22, 2017
1 parent 0210038 commit 8c57808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bintray.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.jfrog.bintray'

version = '0.0.6'
version = '0.0.7'

task sourcesJar(type: Jar) {
classifier = 'sources'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
apply plugin: 'java'

group 'net.andreinc'
version '0.0.6'
version '0.0.7'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 8c57808

Please sign in to comment.