Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philoskim committed Dec 8, 2023
1 parent 814a77d commit ef24917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[listing]
----
[philoskim/debux-stubs "0.9.0"]
[philoskim/debux-stubs "0.9.1"]
----


Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject philoskim/debux-stubs "0.9.0"
(defproject philoskim/debux-stubs "0.9.1"
:description "Debux library for production"
:url "https://github.com/philoskim/debux-stubs"
:license {:name "Eclipse Public License - v 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]]
:dependencies [[org.clojure/clojure "1.10.0" :scope "provided"]]
:source-paths ["src"])

0 comments on commit ef24917

Please sign in to comment.