Skip to content

Commit f9072fc

Browse files
authored
Release 5.1.0-alpha05 (#664)
Signed-off-by: matt-ramotar <matt.ramotar@uber.com>
1 parent a7abd3a commit f9072fc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434

3535
#### Android
3636
```kotlin
37-
implementation "org.mobilenativefoundation.store:store5:5.1.0-alpha04"
37+
implementation "org.mobilenativefoundation.store:store5:5.1.0-alpha05"
3838
```
3939

4040
#### Multiplatform (Common, JVM, Native, JS)
4141

4242
```kotlin
4343
commonMain {
4444
dependencies {
45-
implementation("org.mobilenativefoundation.store:store5:5.1.0-alpha04")
45+
implementation("org.mobilenativefoundation.store:store5:5.1.0-alpha05")
4646
}
4747
}
4848
```

gradle.properties

Lines changed: 1 addition & 1 deletion
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-alpha05
1212
POM_PACKAGING=pom
1313
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
1414

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
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.6.0"
24-
store = "5.1.0-SNAPSHOT"
24+
store = "5.1.0-alpha05"
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

Lines changed: 1 addition & 1 deletion
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-SNAPSHOT"
175+
const val STORE = "5.1.0-alpha05"
176176
}
177177

178178

0 commit comments

Comments
 (0)