From 78b2ae37503bb28263aa1ab895f09de36b1d53e6 Mon Sep 17 00:00:00 2001 From: brfrn169 Date: Thu, 23 Jan 2025 13:18:59 +0900 Subject: [PATCH] Upgrade the version to 3.14.1 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0c057bd1f..6cd8021db9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,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.14.0' + implementation 'com.scalar-labs:scalardb:3.14.1' } ``` @@ -19,7 +19,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.14.0 + 3.14.1 ``` diff --git a/build.gradle b/build.gradle index c748eeaad8..75e3085ab1 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ subprojects { apply plugin: 'com.diffplug.spotless' apply plugin: 'com.scalar.db.jdk-configuration' - project.version = '3.14.1-SNAPSHOT' + project.version = '3.14.1' ext { guiceVersion = '5.1.0'