From 3204f08e5671bff211b5c600f18269de1f3aff7d Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Mon, 20 Apr 2015 19:11:54 +1200 Subject: [PATCH] Bump snapshot to continue working --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 8b8d7b6..25496d0 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ -(defproject lein-kibit "0.1.0" +(defproject lein-kibit "0.1.1-SNAPSHOT" :description "kibit lein plugin" :url "https://github.com/jonase/lein-kibit" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} - :dependencies [[jonase/kibit "0.1.0"]] + :dependencies [[jonase/kibit "0.1.1-SNAPSHOT"]] :eval-in-leiningen true)