Skip to content

Commit 5ef94c2

Browse files
committed
Prepare for release 5.1.0-alpha01
Signed-off-by: mramotar <mramotar@dropbox.com>
1 parent 8558ed0 commit 5ef94c2

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,17 @@
3232

3333
### Including Store In Your Project
3434

35-
> **Note**
36-
>
37-
> **[AtomicFU](https://github.com/Kotlin/kotlinx-atomicfu) is required ([#503](https://github.com/MobileNativeFoundation/Store/issues/503))**
38-
3935
#### Android
4036
```kotlin
41-
implementation "org.mobilenativefoundation.store:store5:5.0.0"
42-
implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
37+
implementation "org.mobilenativefoundation.store:store5:5.1.0-alpha01"
4338
```
4439

4540
#### Multiplatform (Common, JVM, Native, JS)
4641

4742
```kotlin
4843
commonMain {
4944
dependencies {
50-
implementation("org.mobilenativefoundation.store:store5:5.0.0")
51-
implementation("org.jetbrains.kotlinx:atomicfu:0.18.5")
45+
implementation("org.mobilenativefoundation.store:store5:5.1.0-alpha01")
5246
}
5347
}
5448
```
@@ -128,7 +122,7 @@ store.clear(key)
128122
### License
129123

130124
```text
131-
Copyright (c) 2022 Mobile Native Foundation.
125+
Copyright (c) 2024 Mobile Native Foundation.
132126
Licensed under the Apache License, Version 2.0 (the "License");
133127
you may not use this file except in compliance with the License.
134128
```

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.1.0-SNAPSHOT
11+
VERSION_NAME=5.1.0-alpha01
1212
POM_PACKAGING=pom
1313
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
1414

0 commit comments

Comments
 (0)