Prepare for release 5.0.0-beta03 (#574)
* Prepare for release 5.0.0-beta03 Signed-off-by: digitalbuddha <mnakhimovich@gmail.com> * Prepare next development version. * Revert "Prepare next development version." This reverts commit 0704c47e4079d2b31972cf24c19d5fb73b1b866a. --------- Signed-off-by: digitalbuddha <mnakhimovich@gmail.com>
This commit is contained in:
parent
56132f8f03
commit
644c66be08
3 changed files with 7 additions and 3 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [5.0.0-beta03] (2023-08-11)
|
||||||
|
|
||||||
|
* Fix validator regression https://github.com/MobileNativeFoundation/Store/pull/573
|
||||||
|
|
||||||
## [5.0.0-beta02] (2023-07-21)
|
## [5.0.0-beta02] (2023-07-21)
|
||||||
|
|
||||||
* Fix breaking changes with Source of
|
* Fix breaking changes with Source of
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
#### Android
|
#### Android
|
||||||
```kotlin
|
```kotlin
|
||||||
implementation "org.mobilenativefoundation.store:store5:5.0.0-beta02"
|
implementation "org.mobilenativefoundation.store:store5:5.0.0-beta03"
|
||||||
implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
|
implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
|
||||||
```kotlin
|
```kotlin
|
||||||
commonMain {
|
commonMain {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.mobilenativefoundation.store:store5:5.0.0-beta02")
|
implementation("org.mobilenativefoundation.store:store5:5.0.0-beta03")
|
||||||
implementation("org.jetbrains.kotlinx:atomicfu:0.18.5")
|
implementation("org.jetbrains.kotlinx:atomicfu:0.18.5")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
|
||||||
|
|
||||||
# POM file
|
# POM file
|
||||||
GROUP=org.mobilenativefoundation.store
|
GROUP=org.mobilenativefoundation.store
|
||||||
VERSION_NAME=5.0.0-beta02
|
VERSION_NAME=5.0.0-beta03
|
||||||
POM_PACKAGING=pom
|
POM_PACKAGING=pom
|
||||||
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
|
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue