Skip to content

Commit d7af217

Browse files
authored
Release 5.1.0-alpha06 (#701)
Signed-off-by: Matt Ramotar <[email protected]>
1 parent 6801344 commit d7af217

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
88

99
# POM file
1010
GROUP=org.mobilenativefoundation.store
11-
VERSION_NAME=5.1.0-SNAPSHOT
11+
VERSION_NAME=5.1.0-alpha06
1212
POM_PACKAGING=pom
1313
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
1414

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ testCore = "1.6.1"
2121
kmmBridge = "0.3.2"
2222
ktlint = "0.39.0"
2323
kover = "0.9.0-RC"
24-
store = "5.1.0-SNAPSHOT"
24+
store = "5.1.0-alpha06"
2525
truth = "1.1.3"
2626
turbine = "1.2.0"
2727
binary-compatibility-validator = "0.15.0-Beta.2"

tooling/plugins/src/main/kotlin/org/mobilenativefoundation/store/tooling/plugins/KotlinMultiplatformConventionPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ object Versions {
174174
const val COMPILE_SDK = 34
175175
const val MIN_SDK = 24
176176
const val TARGET_SDK = 34
177-
const val STORE = "5.1.0-SNAPSHOT"
177+
const val STORE = "5.1.0-alpha06"
178178
}
179179

180180

0 commit comments

Comments
 (0)