From 3eb8e253ebdbe134747daace8a5466dc818780b6 Mon Sep 17 00:00:00 2001 From: Toshihiro Suzuki Date: Mon, 28 Mar 2022 11:56:27 +0900 Subject: [PATCH] Upgrade the version to 3.5.1 --- 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 c92aa5d153..d02fb13127 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 group: 'com.scalar-labs', name: 'scalardb', version: '3.5.1-SNAPSHOT' + implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.5.1' } ``` @@ -22,7 +22,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.5.1-SNAPSHOT + 3.5.1 ``` diff --git a/build.gradle b/build.gradle index 07055939bd..bdf7a933c9 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.5.1-SNAPSHOT' + project.version = '3.5.1' ext { guiceVersion = '5.0.1' diff --git a/docs/index.md b/docs/index.md index 7b90790e2f..b2039a4e19 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 group: 'com.scalar-labs', name: 'scalardb', version: '3.5.1-SNAPSHOT' + implementation group: 'com.scalar-labs', name: 'scalardb', version: '3.5.1' } ``` @@ -22,7 +22,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.5.1-SNAPSHOT + 3.5.1 ```