Skip to content

Commit

Permalink
Bump version to 0.11.0 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Jul 15, 2023
1 parent 53f74d2 commit 0983d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slidetoact/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
kotlin("android")
}

version = "0.10.0".plus(if (hasProperty("USE_SNAPSHOT")) "-SNAPSHOT" else "")
version = "0.11.0".plus(if (hasProperty("USE_SNAPSHOT")) "-SNAPSHOT" else "")
group = "com.ncorti"

android {
Expand Down

0 comments on commit 0983d9e

Please sign in to comment.