diff --git a/README.md b/README.md
index 1032d350b0..392bb0fdf2 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ You can install it in your application using your build tool such as Gradle and
To add a dependency on ScalarDB using Gradle, use the following:
```gradle
dependencies {
- implementation 'com.scalar-labs:scalardb:3.9.1'
+ implementation 'com.scalar-labs:scalardb:3.10.0'
}
```
@@ -22,7 +22,7 @@ To add a dependency using Maven:
com.scalar-labs
scalardb
- 3.9.1
+ 3.10.0
```
diff --git a/build.gradle b/build.gradle
index 97a99d3969..7f009d0709 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,7 @@ subprojects {
apply plugin: 'java-library-distribution'
apply plugin: 'com.diffplug.spotless'
- project.version = '3.10.0-SNAPSHOT'
+ project.version = '3.10.0'
ext {
guiceVersion = '5.1.0'
diff --git a/docs/add-scalardb-to-your-build.md b/docs/add-scalardb-to-your-build.md
index 9179202fcf..8fa140dc74 100644
--- a/docs/add-scalardb-to-your-build.md
+++ b/docs/add-scalardb-to-your-build.md
@@ -6,7 +6,7 @@ You can install it in your application using your build tool such as Gradle and
To add a dependency on ScalarDB using Gradle, use the following:
```gradle
dependencies {
- implementation 'com.scalar-labs:scalardb:3.9.1'
+ implementation 'com.scalar-labs:scalardb:3.10.0'
}
```
@@ -15,6 +15,6 @@ To add a dependency using Maven:
com.scalar-labs
scalardb
- 3.9.1
+ 3.10.0
```
diff --git a/docs/getting-started/build.gradle b/docs/getting-started/build.gradle
index 73bba44a58..a213aa6723 100644
--- a/docs/getting-started/build.gradle
+++ b/docs/getting-started/build.gradle
@@ -9,7 +9,7 @@ repositories {
mainClassName = "sample.ElectronicMoneyMain"
dependencies {
- implementation 'com.scalar-labs:scalardb:3.9.1'
+ implementation 'com.scalar-labs:scalardb:3.10.0'
implementation 'org.slf4j:slf4j-simple:1.7.30'
}
diff --git a/docs/index.md b/docs/index.md
index 99fb34b984..b91c85d28c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -13,7 +13,7 @@ You can install it in your application using your build tool such as Gradle and
To add a dependency on ScalarDB using Gradle, use the following:
```gradle
dependencies {
- implementation 'com.scalar-labs:scalardb:3.9.1'
+ implementation 'com.scalar-labs:scalardb:3.10.0'
}
```
@@ -22,7 +22,7 @@ To add a dependency using Maven:
com.scalar-labs
scalardb
- 3.9.1
+ 3.10.0
```