Skip to content

Commit 3054104

Browse files
committed
chore: bump version to 1.3.0
1 parent 3054faf commit 3054104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.aistra.hail"
1212
minSdk = 23
1313
targetSdk = 33
14-
versionCode = 25
15-
versionName = "1.2.2"
14+
versionCode = 26
15+
versionName = "1.3.0"
1616
}
1717

1818
val signing = if (file("../signing.properties").exists()) {

0 commit comments

Comments
 (0)