From ef005df803173b7707d16b63e24696e09264973a Mon Sep 17 00:00:00 2001 From: Jake Pearson Date: Sun, 20 Mar 2016 16:44:09 -0600 Subject: [PATCH] Version bump --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0b4c2f9..9dc9466 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject quickie "0.4.1" +(defproject quickie "0.4.2" :description "Automatically run tests when clj files change" :url "http://github.com/jakepearson/quickie" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}