Skip to content

Commit

Permalink
Prepare for release 5.0.0-beta03
Browse files Browse the repository at this point in the history
Signed-off-by: digitalbuddha <[email protected]>
  • Loading branch information
digitalbuddha committed Aug 11, 2023
1 parent 56132f8 commit eead539
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [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)

* Fix breaking changes with Source of
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#### Android
```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"
```

Expand All @@ -46,7 +46,7 @@ implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
```kotlin
commonMain {
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")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G

# POM file
GROUP=org.mobilenativefoundation.store
VERSION_NAME=5.0.0-beta02
VERSION_NAME=5.0.0-beta03
POM_PACKAGING=pom
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer

Expand Down

0 comments on commit eead539

Please sign in to comment.