Upversioned automatically.

This commit is contained in:
Simon Brooke 2014-07-24 22:01:20 +01:00
parent 30b298d040
commit 786663a19c

View file

@ -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" :description "Parser for production rules for MicroWorld engine"
:url "http://example.com/FIXME" :url "http://example.com/FIXME"
:license {:name "GNU General Public License v2" :license {:name "GNU General Public License v2"
@ -6,5 +6,5 @@
:plugins [[lein-marginalia "0.7.1"]] :plugins [[lein-marginalia "0.7.1"]]
:dependencies [[org.clojure/clojure "1.5.1"] :dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/tools.trace "0.7.8"] [org.clojure/tools.trace "0.7.8"]
[mw-engine "0.1.0-SNAPSHOT"] [mw-engine "0.1.0"]
]) ])