Skip to content

Commit

Permalink
Release 5.1.0-alpha05 (#664)
Browse files Browse the repository at this point in the history
Signed-off-by: matt-ramotar <[email protected]>
  • Loading branch information
matt-ramotar authored Oct 18, 2024
1 parent a7abd3a commit f9072fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@

#### Android
```kotlin
implementation "org.mobilenativefoundation.store:store5:5.1.0-alpha04"
implementation "org.mobilenativefoundation.store:store5:5.1.0-alpha05"
```

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

```kotlin
commonMain {
dependencies {
implementation("org.mobilenativefoundation.store:store5:5.1.0-alpha04")
implementation("org.mobilenativefoundation.store:store5:5.1.0-alpha05")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G

# POM file
GROUP=org.mobilenativefoundation.store
VERSION_NAME=5.1.0-SNAPSHOT
VERSION_NAME=5.1.0-alpha05
POM_PACKAGING=pom
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ testCore = "1.6.1"
kmmBridge = "0.3.2"
ktlint = "0.39.0"
kover = "0.6.0"
store = "5.1.0-SNAPSHOT"
store = "5.1.0-alpha05"
truth = "1.1.3"
binary-compatibility-validator = "0.15.0-Beta.2"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ object Versions {
const val COMPILE_SDK = 34
const val MIN_SDK = 24
const val TARGET_SDK = 34
const val STORE = "5.1.0-SNAPSHOT"
const val STORE = "5.1.0-alpha05"
}


Expand Down

0 comments on commit f9072fc

Please sign in to comment.