Skip to content

Commit 0983d9e

Browse files
authored
Bump version to 0.11.0 (#286)
1 parent 53f74d2 commit 0983d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slidetoact/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
kotlin("android")
99
}
1010

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

1414
android {

0 commit comments

Comments
 (0)