Skip to content

Commit

Permalink
Change version to 0.1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Jun 23, 2019
1 parent 4d99e6d commit 0602cc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
mavenCentral()
}
group 'it.krzeminski'
version '1.0.0'
version '0.1.0-beta'

apply plugin: 'maven-publish'
apply from: "$rootDir/ktlint.gradle"
Expand Down
6 changes: 3 additions & 3 deletions publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ afterEvaluate {
licenses = ['MIT']
vcsUrl = 'https://github.com/krzema12/PlotAssert.git'
version {
name = '1.0.0'
desc = 'First release'
name = '0.1.0-beta'
desc = 'First beta release'
released = new Date()
vcsTag = '1.0.0'
vcsTag = '0.1.0-beta'
}
}
}
Expand Down

0 comments on commit 0602cc5

Please sign in to comment.