Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericksli committed Nov 5, 2017
1 parent 3201e47 commit 014626a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'net.swiftzer.semver'
version '1.0.0'
version '1.0.1'

buildscript {
ext.kotlin_version = '1.1.51'
Expand Down Expand Up @@ -63,7 +63,7 @@ publish {
userOrg = 'swiftzer'
groupId = 'net.swiftzer.semver'
artifactId = 'semver'
publishVersion = '1.0.0'
publishVersion = '1.0.1'
desc = 'Kotlin data class for Semantic Versioning 2.0.0 specification (SemVer)'
website = 'https://github.com/swiftzer/semver'
}
Expand Down

0 comments on commit 014626a

Please sign in to comment.