Skip to content

Commit

Permalink
Version 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Jan 13, 2025
1 parent cc83125 commit c1415b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion macosx-arm64/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.huahaiy/dtlvnative-macosx-arm64 "0.11.3"
(defproject org.clojars.huahaiy/dtlvnative-macosx-arm64 "0.11.4"
:description "Native dependency of Datalevin on Apple Silicon"
:url "https://github.com/juji-io/dtlvnative"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion macosx-x86_64/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.huahaiy/dtlvnative-macosx-x86_64 "0.11.3"
(defproject org.clojars.huahaiy/dtlvnative-macosx-x86_64 "0.11.4"
:description "Native dependency of Datalevin on Apple Intel"
:url "https://github.com/juji-io/dtlvnative"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion windows-x86_64/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def version "0.11.3")
(def version "0.11.4")

(defproject org.clojars.huahaiy/dtlvnative-windows-x86_64 version
:description "Native dependency of Datalevin database on Windows"
Expand Down

0 comments on commit c1415b9

Please sign in to comment.