Skip to content

Commit 6545421

Browse files
committed
bump to 0.1.7-SNAPSHOT
1 parent b923113 commit 6545421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ afterEvaluate {
5252
create<MavenPublication>("maven") {
5353
groupId = "org.rgbtools"
5454
artifactId = "rgb-lib-android"
55-
version = "0.1.6-SNAPSHOT"
55+
version = "0.1.7-SNAPSHOT"
5656
from(components["release"])
5757
pom {
5858
name.set("rgb-lib-android")

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ signing {
2323
}
2424

2525
group = "org.rgbtools"
26-
version = "0.1.6-SNAPSHOT"
26+
version = "0.1.7-SNAPSHOT"
2727

2828
nexusPublishing {
2929
repositories {

0 commit comments

Comments
 (0)