Upversioned from 0.1.3-SNAPSHOT to 0.1.3 for release

This commit is contained in:
simon 2014-08-30 14:59:26 +01:00
parent 40631e530f
commit c31dd91185

View file

@ -1,4 +1,4 @@
(defproject mw-parser "0.1.3-SNAPSHOT" (defproject mw-parser "0.1.3"
:description "Parser for production rules for MicroWorld engine" :description "Parser for production rules for MicroWorld engine"
:url "http://www.journeyman.cc/microworld" :url "http://www.journeyman.cc/microworld"
:manifest { :manifest {
@ -13,5 +13,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.3-SNAPSHOT"] [mw-engine "0.1.3"]
]) ])