Skip to content

Commit 75d4090

Browse files
committed
Release 5.1.0-alpha05 (#664)
Signed-off-by: matt-ramotar <matt.ramotar@uber.com>
1 parent 243670f commit 75d4090

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

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
@@ -176,7 +176,7 @@ object Versions {
176176
const val COMPILE_SDK = 34
177177
const val MIN_SDK = 24
178178
const val TARGET_SDK = 34
179-
const val STORE = "5.1.0-SNAPSHOT"
179+
const val STORE = "5.1.0-alpha05"
180180
}
181181

182182

0 commit comments

Comments
 (0)