Skip to content

Commit

Permalink
Update build version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dukke committed Apr 11, 2018
1 parent 2b3424e commit cbff6be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
sourceCompatibility = '1.8'

group = 'com.pixelduke'
version = '1.0.0'
version = '1.0.1'

[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

Expand Down Expand Up @@ -42,9 +42,9 @@ bintray {
issueTrackerUrl = 'https://github.com/dukke/FXRibbon/issues'
publicDownloadNumbers = true
version {
name = '1.0.0'
name = project.version
desc = 'FXRibbon First release' // Version description
vcsTag = '1.0.0'
vcsTag = project.version
}
}
}
Expand Down

0 comments on commit cbff6be

Please sign in to comment.