diff --git a/README.md b/README.md
index 73636938ea..914c72a4e1 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 Scalar DB using Gradle, use the following:
```gradle
dependencies {
- implementation 'com.scalar-labs:scalardb:3.7.0-SNAPSHOT'
+ implementation 'com.scalar-labs:scalardb:3.7.0'
}
```
@@ -22,7 +22,7 @@ To add a dependency using Maven:
com.scalar-labs
scalardb
- 3.7.0-SNAPSHOT
+ 3.7.0
```
diff --git a/build.gradle b/build.gradle
index e1b4c24720..8f4d40df2f 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.7.0-SNAPSHOT'
+ project.version = '3.7.0'
ext {
guiceVersion = '5.0.1'
diff --git a/docs/getting-started/build.gradle b/docs/getting-started/build.gradle
index 7110450063..c047ec6cbb 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.6.0'
+ implementation 'com.scalar-labs:scalardb:3.7.0'
}
sourceCompatibility = 1.8
diff --git a/docs/index.md b/docs/index.md
index d3ca3cc007..ae581fa5dc 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 Scalar DB using Gradle, use the following:
```gradle
dependencies {
- implementation 'com.scalar-labs:scalardb:3.7.0-SNAPSHOT'
+ implementation 'com.scalar-labs:scalardb:3.7.0'
}
```
@@ -22,7 +22,7 @@ To add a dependency using Maven:
com.scalar-labs
scalardb
- 3.7.0-SNAPSHOT
+ 3.7.0
```