Prepare next version development version (#575)

* 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.

* Prepare next development version.

* Prepare next development version.

* snapshot

* lint

---------

Signed-off-by: digitalbuddha <mnakhimovich@gmail.com>
This commit is contained in:
Mike Nakhimovich 2023-08-12 16:13:01 -04:00 committed by GitHub
parent 644c66be08
commit 309ce65339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
# POM file
GROUP=org.mobilenativefoundation.store
VERSION_NAME=5.0.0-beta03
VERSION_NAME=5.0.0-SNAPSHOT
POM_PACKAGING=pom
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer

View file

@ -18,7 +18,7 @@ testCore = "1.5.0"
kmmBridge = "0.3.2"
ktlint = "0.39.0"
kover = "0.6.0"
store = "5.0.0-beta02"
store = "5.0.0-beta03"
truth = "1.1.3"
[libraries]