update project version

This commit is contained in:
Yann Esposito (Yogsototh) 2016-06-13 18:39:00 +02:00
parent 40859644b2
commit 89447c7418
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -1,8 +1,8 @@
(defproject lein-kibit "0.1.2" (defproject yogsototh/lein-kibit "0.1.3"
:description "kibit lein plugin" :description "kibit lein plugin"
:url "https://github.com/jonase/lein-kibit" :url "https://github.com/yogsototh/lein-kibit"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[jonase/kibit "0.1.2"] :dependencies [[yogsototh/kibit "0.1.3"]
[org.clojure/tools.namespace "0.2.11"]] [org.clojure/tools.namespace "0.2.11"]]
:eval-in-leiningen true) :eval-in-leiningen true)