Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
philoskim committed Jan 29, 2020
1 parent fcf83a6 commit 796fe99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.6.2"]
[philoskim/debux-stubs "0.6.3"]
----


Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject philoskim/debux-stubs "0.6.2"
(defproject philoskim/debux-stubs "0.6.3"
:description "Debux library for production"
:url "https://github.com/philoskim/debux-stubs"
:license {"Eclipse Public License"
"http://www.eclipse.org/legal/epl-v10.html"}
: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"]]
:source-paths ["src"])

0 comments on commit 796fe99

Please sign in to comment.