Skip to content

Commit

Permalink
Bump version to 0.1.13 Pre-Release 2
Browse files Browse the repository at this point in the history
  • Loading branch information
b-camphart committed Jul 1, 2021
1 parent bb47da4 commit 51a235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks.withType<KotlinCompile> {
allprojects {

group = "com.soyle.stories"
version = "0.1.13"
version = "0.1.13 Pre-Release 2"

tasks.withType<Jar>().forEach {
it.archiveBaseName.set(properties["archive-name"] as? String ?: name)
Expand Down

0 comments on commit 51a235a

Please sign in to comment.