Skip to content

Commit

Permalink
upgrade the version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Jul 21, 2021
1 parent 4df4ed2 commit 41ab10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ targetCompatibility = 1.8

group = "com.scalar-labs"
archivesBaseName = "scalardb"
//version = "3.0.0"
version = "3.0.1"

// for archiving and uploading to maven central
if (!project.gradle.startParameter.taskNames.isEmpty() &&
Expand Down
2 changes: 1 addition & 1 deletion tools/scalar-schema/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject scalar-schema "3.0.0"
(defproject scalar-schema "3.0.1"
:description "Schema tool for Scalar DB"
:url "http://github.com/scalar-labs/scalardb"
:dependencies [[org.clojure/clojure "1.10.1"]
Expand Down

0 comments on commit 41ab10c

Please sign in to comment.