From 0a6dd2d84fa1b1e69db7468666961f167ecc85a4 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 24 Jul 2014 22:01:59 +0100 Subject: [PATCH] Upversioned from 0.1.0 to 0.1.1-SNAPSHOT --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index baf8c94..3eedc36 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mw-parser "0.1.0" +(defproject mw-parser "0.1.1-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.0"] + [mw-engine "0.1.1-SNAPSHOT"] ])