From 36ca28440cf7c0839da62973b978d3ff6a3553fb Mon Sep 17 00:00:00 2001 From: brfrn169 Date: Fri, 11 Oct 2024 20:37:51 +0900 Subject: [PATCH] Upgrade the version to 3.12.4 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 102cbe0b6..9172dfa2b 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.12.3' + implementation 'com.scalar-labs:scalardb:3.12.4' } ``` @@ -19,7 +19,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.12.3 + 3.12.4 ``` diff --git a/build.gradle b/build.gradle index 680270caa..61eb9612b 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.12.4-SNAPSHOT' + project.version = '3.12.4' ext { guiceVersion = '5.1.0'