Skip to content

Commit 644c66b

Browse files
Prepare for release 5.0.0-beta03 (#574)
* Prepare for release 5.0.0-beta03 Signed-off-by: digitalbuddha <[email protected]> * Prepare next development version. * Revert "Prepare next development version." This reverts commit 0704c47. --------- Signed-off-by: digitalbuddha <[email protected]>
1 parent 56132f8 commit 644c66b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [5.0.0-beta03] (2023-08-11)
6+
7+
* Fix validator regression https://github.com/MobileNativeFoundation/Store/pull/573
8+
59
## [5.0.0-beta02] (2023-07-21)
610

711
* Fix breaking changes with Source of

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
3838
#### Android
3939
```kotlin
40-
implementation "org.mobilenativefoundation.store:store5:5.0.0-beta02"
40+
implementation "org.mobilenativefoundation.store:store5:5.0.0-beta03"
4141
implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
4242
```
4343

@@ -46,7 +46,7 @@ implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
4646
```kotlin
4747
commonMain {
4848
dependencies {
49-
implementation("org.mobilenativefoundation.store:store5:5.0.0-beta02")
49+
implementation("org.mobilenativefoundation.store:store5:5.0.0-beta03")
5050
implementation("org.jetbrains.kotlinx:atomicfu:0.18.5")
5151
}
5252
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
88

99
# POM file
1010
GROUP=org.mobilenativefoundation.store
11-
VERSION_NAME=5.0.0-beta02
11+
VERSION_NAME=5.0.0-beta03
1212
POM_PACKAGING=pom
1313
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
1414

0 commit comments

Comments
 (0)