From 7e939b280739ed6faa458de69d97384e4a11254a Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 24 Jul 2014 22:25:23 +0100 Subject: [PATCH] Upversioned from 0.1.1 to 0.1.2-SNAPSHOT --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 2a84dd2..4ac0e49 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mw-parser "0.1.1" +(defproject mw-parser "0.1.2-SNAPSHOT" :description "Parser for production rules for MicroWorld engine" :url "http://example.com/FIXME" :license {:name "GNU General Public License v2" @@ -6,5 +6,5 @@ :plugins [[lein-marginalia "0.7.1"]] :dependencies [[org.clojure/clojure "1.5.1"] [org.clojure/tools.trace "0.7.8"] - [mw-engine "0.1.1"] + [mw-engine "0.1.2-SNAPSHOT"] ])