From faf23c287d05558c2c3ff11e731670e788195980 Mon Sep 17 00:00:00 2001 From: Toshihiro Suzuki Date: Mon, 26 Jul 2021 10:46:27 +0900 Subject: [PATCH] upgrade the version to 3.1.0 --- build.gradle | 2 +- tools/scalar-schema/project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e83fa2986e..cafc4a6535 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.1.0-SNAPSHOT' + project.version = '3.1.0' group = "com.scalar-labs" repositories { diff --git a/tools/scalar-schema/project.clj b/tools/scalar-schema/project.clj index acc05328e5..9adb4c4b79 100644 --- a/tools/scalar-schema/project.clj +++ b/tools/scalar-schema/project.clj @@ -1,4 +1,4 @@ -(defproject scalar-schema "3.1.0-SNAPSHOT" +(defproject scalar-schema "3.1.0" :description "Schema tool for Scalar DB" :url "http://github.com/scalar-labs/scalardb" :dependencies [[org.clojure/clojure "1.10.1"]