Skip to content

Commit 2c9f6ae

Browse files
committed
Update version to 6.10.0
1 parent 604bc3c commit 2c9f6ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can refer to the [API reference](src/commonMain/kotlin/maryk/rocksdb) or the
4646
The dependency is published in Maven Central, so you can easily add it to your project:
4747

4848
```kotlin
49-
implementation("io.maryk.rocksdb:rocksdb-multiplatform:9.6.2")
49+
implementation("io.maryk.rocksdb:rocksdb-multiplatform:9.10.0")
5050
```
5151

5252
## Usage Example

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ plugins {
1616
id("maven-publish")
1717
id("signing")
1818
id("com.android.library") version "8.7.0"
19-
kotlin("multiplatform") version "2.1.0"
19+
kotlin("multiplatform") version "2.1.10"
2020
}
2121

2222
group = "io.maryk.rocksdb"
23-
version = "9.6.2"
23+
version = "9.10.0"
2424

25-
val rocksDBJVMVersion = "9.6.1"
26-
val rocksDBAndroidVersion = "9.6.1"
25+
val rocksDBJVMVersion = "9.10.0"
26+
val rocksDBAndroidVersion = "9.10.0"
2727

2828
val kotlinXDateTimeVersion = "0.6.1"
2929

0 commit comments

Comments
 (0)