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:
Mike Nakhimovich 2023-08-11 17:13:26 -04:00 committed by GitHub
parent 56132f8f03
commit 644c66be08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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")
} }
} }

View file

@ -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