Bump for next version

This commit is contained in:
Daniel Compton 2015-04-20 20:13:04 +12:00
parent f07a857b82
commit 4417447a6a
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
(defproject lein-kibit "0.1.1" (defproject lein-kibit "0.1.1-SNAPSHOT"
:description "kibit lein plugin" :description "kibit lein plugin"
:url "https://github.com/jonase/lein-kibit" :url "https://github.com/jonase/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.1"]] :dependencies [[jonase/kibit "0.1.2"]]
:eval-in-leiningen true) :eval-in-leiningen true)

View file

@ -3,7 +3,7 @@
(defn ^:no-project-needed kibit (defn ^:no-project-needed kibit
[project & args] [project & args]
(let [kibit-project '{:dependencies [[jonase/kibit "0.1.1"]]} (let [kibit-project '{:dependencies [[jonase/kibit "0.1.2"]]}
paths (seq (disj (set (concat paths (seq (disj (set (concat
(:source-paths project) (:source-paths project)
[(:source-path project)] [(:source-path project)]