Skip to content

Commit

Permalink
bump to 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
b-camphart committed May 25, 2021
1 parent d1e328d commit 2bf8955
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.11"
version = "0.1.12"

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

0 comments on commit 2bf8955

Please sign in to comment.