Skip to content

Commit b4afd69

Browse files
committed
chore: bump version
1 parent 0f0b3c8 commit b4afd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
signing
1919
}
2020

21-
val v = "0.2.1"
21+
val v = "0.3.0"
2222

2323
group = "xyz.gmitch215"
2424
version = "${if (project.hasProperty("snapshot")) "$v-SNAPSHOT" else v}${project.findProperty("suffix")?.toString()?.run { "-${this}" } ?: ""}"

0 commit comments

Comments
 (0)