Skip to content

Commit d503fbf

Browse files
authored
Prepare for development (#650)
Signed-off-by: Matt Ramotar <[email protected]>
1 parent 83e5f8d commit d503fbf

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-alpha04
11+
VERSION_NAME=5.1.0-SNAPSHOT
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.5.0"
2121
kmmBridge = "0.3.2"
2222
ktlint = "0.39.0"
2323
kover = "0.6.0"
24-
store = "5.1.0-alpha04"
24+
store = "5.1.0-SNAPSHOT"
2525
truth = "1.1.3"
2626
binary-compatibility-validator = "0.15.0-Beta.2"
2727

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ object Versions {
172172
const val COMPILE_SDK = 34
173173
const val MIN_SDK = 24
174174
const val TARGET_SDK = 34
175-
const val STORE = "5.1.0-alpha04"
175+
const val STORE = "5.1.0-SNAPSHOT"
176176
}
177177

178178

0 commit comments

Comments
 (0)