From 2ab509faa618cbfc129bd137f43093945dc6cf0e Mon Sep 17 00:00:00 2001 From: Toshihiro Suzuki Date: Mon, 25 Dec 2023 15:10:35 +0900 Subject: [PATCH] Upgrade the version to 3.9.3 --- README.md | 4 ++-- build.gradle | 2 +- docs/getting-started/build.gradle | 2 +- docs/index.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 449b6177d0..5ef7fab396 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.2' + implementation 'com.scalar-labs:scalardb:3.9.3' } ``` @@ -22,7 +22,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.9.2 + 3.9.3 ``` diff --git a/build.gradle b/build.gradle index dc10d80d99..67d991063e 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.9.3-SNAPSHOT' + project.version = '3.9.3' ext { guiceVersion = '5.1.0' diff --git a/docs/getting-started/build.gradle b/docs/getting-started/build.gradle index 16532b760a..38e9759ca8 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.2' + implementation 'com.scalar-labs:scalardb:3.9.3' implementation 'org.slf4j:slf4j-simple:1.7.30' } diff --git a/docs/index.md b/docs/index.md index 922c4fa7ba..82510eb7b0 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.2' + implementation 'com.scalar-labs:scalardb:3.9.3' } ``` @@ -22,7 +22,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.9.2 + 3.9.3 ```