Skip to content

Commit 62f27cd

Browse files
committed
update version
1 parent 9f14126 commit 62f27cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ringtone_smart_kit/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "io.github.amjdalhashede"
10-
version = "1.0.2-alpha"
10+
version = "1.0.3-alpha"
1111

1212
android {
1313
namespace = "io.github.amjdalhashede"
@@ -67,7 +67,7 @@ afterEvaluate {
6767

6868
groupId = "io.github.amjdalhashede"
6969
artifactId = "ringtone-smart-kit"
70-
version = "1.0.2-alpha"
70+
version = "1.0.3-alpha"
7171

7272
pom {
7373
name.set("Ringtone Smart Kit")
@@ -137,7 +137,7 @@ tasks.register<Zip>("generateRepoZip") {
137137

138138
from(layout.buildDirectory.dir("repo"))
139139

140-
archiveFileName.set("ringtone_smart_kit-1.0.2-alpha.zip")
140+
archiveFileName.set("ringtone_smart_kit-1.0.3-alpha.zip")
141141
destinationDirectory.set(layout.buildDirectory.dir("outputs"))
142142
}
143143

0 commit comments

Comments
 (0)