Skip to content

Commit aa3153f

Browse files
author
Huahai Yang
committed
Version 0.9.8
1 parent 2c8f774 commit aa3153f

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

macos-latest-aarch64-shared/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64-shared "0.9.7"
1+
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64-shared "0.9.8"
22
:description "Native dependency of embedded library version of Datalevin on Apple Silicon"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

macos-latest-aarch64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64 "0.9.7"
1+
(defproject org.clojars.huahaiy/dtlvnative-macos-aarch64 "0.9.8"
22
:description "Native dependency of Datalevin database"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

macos-latest-amd64-shared/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64-shared "0.9.7"
1+
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64-shared "0.9.8"
22
:description "Native dependency of JVM version of Datalevin database on MacOS Silicon"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

macos-latest-amd64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64 "0.9.7"
1+
(defproject org.clojars.huahaiy/dtlvnative-macos-amd64 "0.9.8"
22
:description "Native dependency of Datalevin database"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

ubuntu-latest-aarch64-shared/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-linux-aarch64-shared "0.9.7"
1+
(defproject org.clojars.huahaiy/dtlvnative-linux-aarch64-shared "0.9.8"
22
:description "Native dependency of Datalevin database"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

ubuntu-latest-aarch64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-linux-aarch64 "0.9.7"
1+
(defproject org.clojars.huahaiy/dtlvnative-linux-aarch64 "0.9.8"
22
:description "Native dependency of Datalevin database"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

ubuntu-latest-amd64-shared/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64-shared "0.9.7"
1+
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64-shared "0.9.8"
22
:description "Native dependency of JVM version of Datalevin database"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

ubuntu-latest-amd64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64 "0.9.7"
1+
(defproject org.clojars.huahaiy/dtlvnative-linux-amd64 "0.9.8"
22
:description "Native dependency of Datalevin database"
33
:url "https://github.com/juji-io/dtlvnative"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

windows-amd64/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def version "0.9.7")
1+
(def version "0.9.8")
22

33
(defproject org.clojars.huahaiy/dtlvnative-windows-amd64 version
44
:description "Native dependency of Datalevin database"

x86_64-windows-gnu/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def version "0.9.7")
1+
(def version "0.9.8")
22

33
(defproject org.clojars.huahaiy/dtlvnative-x86_64-windows-gnu version
44
:description "Native dependency of JVM library version of Datalevin database"

0 commit comments

Comments
 (0)