From 8fe9ad115ba4b71023e9d53b148b46abe9fe43dd Mon Sep 17 00:00:00 2001 From: Toshihiro Suzuki Date: Thu, 1 Dec 2022 14:28:33 +0900 Subject: [PATCH] Upgrade the version to 3.6.3 --- README.md | 4 ++-- build.gradle | 2 +- docs/index.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8526f02957..8349d595ba 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.6.3-SNAPSHOT' + implementation 'com.scalar-labs:scalardb:3.6.3' } ``` @@ -22,7 +22,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.6.3-SNAPSHOT + 3.6.3 ``` diff --git a/build.gradle b/build.gradle index 1b2a7f8dd7..3f8b7affd7 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.6.3-SNAPSHOT' + project.version = '3.6.3' ext { guiceVersion = '5.0.1' diff --git a/docs/index.md b/docs/index.md index 64b4b7bcde..2d6e9c3f3b 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.6.3-SNAPSHOT' + implementation 'com.scalar-labs:scalardb:3.6.3' } ``` @@ -22,7 +22,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.6.3-SNAPSHOT + 3.6.3 ```