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:
parent
644c66be08
commit
309ce65339
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue