Skip to content

Commit

Permalink
Updated build version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciobanu, Andrei-Nicolin (UK - EDC) committed May 29, 2018
1 parent b2a1612 commit aeedfd0
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.1.5'
version = '0.1.6'

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 @@ -18,7 +18,7 @@ apply plugin: 'java'
apply plugin: 'jacoco'

group 'net.andreinc'
version '0.1.5'
version '0.1.6'

sourceCompatibility = 1.8

Expand Down

0 comments on commit aeedfd0

Please sign in to comment.