Skip to content

Commit

Permalink
Prepare next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalbuddha committed Aug 11, 2023
1 parent f57df52 commit d2cf4ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G

# POM file
GROUP=org.mobilenativefoundation.store
VERSION_NAME=5.0.0-SNAPSHOT
VERSION_NAME=5.0.0-beta03
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

POM_URL = https://github.com/MobileNativeFoundation/Store
POM_SCM_URL=https://github.com/MobileNativeFoundation/Store
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d2cf4ca

Please sign in to comment.