From dea464fdde9bb416d7ecc37dadf46eb588fd3c24 Mon Sep 17 00:00:00 2001 From: Toshihiro Suzuki Date: Fri, 30 Jun 2023 14:43:59 +0900 Subject: [PATCH] Upgrade the version to 3.7.5 --- 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 a1f75b5c31..4ae0fca622 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.4' + implementation 'com.scalar-labs:scalardb:3.7.5' } ``` @@ -22,7 +22,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.7.4 + 3.7.5 ``` diff --git a/build.gradle b/build.gradle index 2a2547e8d9..d221866fbf 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.5-SNAPSHOT' + project.version = '3.7.5' ext { guiceVersion = '5.0.1' diff --git a/docs/getting-started/build.gradle b/docs/getting-started/build.gradle index 8e55f8131a..d15c121a67 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.7.4' + implementation 'com.scalar-labs:scalardb:3.7.5' } sourceCompatibility = 1.8 diff --git a/docs/index.md b/docs/index.md index 610538eb9b..0f06fe2cf9 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.4' + implementation 'com.scalar-labs:scalardb:3.7.5' } ``` @@ -22,7 +22,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.7.4 + 3.7.5 ```