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