diff --git a/README.adoc b/README.adoc index 7d49765..3f08081 100644 --- a/README.adoc +++ b/README.adoc @@ -17,7 +17,7 @@ [listing] ---- -[philoskim/debux-stubs "0.6.2"] +[philoskim/debux-stubs "0.6.3"] ---- diff --git a/project.clj b/project.clj index 805b143..f0942ad 100644 --- a/project.clj +++ b/project.clj @@ -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"])