From 786663a19c68660dfd563ae3da9a8920b7ca277e Mon Sep 17 00:00:00 2001 From: Simon Brooke <simon@journeyman.cc> Date: Thu, 24 Jul 2014 22:01:20 +0100 Subject: [PATCH] Upversioned automatically. --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 50f30b5..baf8c94 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mw-parser "0.1.0-SNAPSHOT" +(defproject mw-parser "0.1.0" :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-SNAPSHOT"] + [mw-engine "0.1.0"] ])