From 796fe99e1d37d81420fdb9f8911275080b636c74 Mon Sep 17 00:00:00 2001 From: Philos Kim Date: Wed, 29 Jan 2020 16:43:36 +0900 Subject: [PATCH] v0.6.3 --- README.adoc | 2 +- project.clj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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"])