Upversioned from 0.1.5-SNAPSHOT to 0.1.5 for release

This commit is contained in:
simon 2016-12-27 16:19:01 +00:00
parent a68a3c9135
commit 5089615401

View file

@ -1,4 +1,4 @@
(defproject mw-parser "0.1.5-SNAPSHOT" (defproject mw-parser "0.1.5"
: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 {
@ -14,5 +14,5 @@
:dependencies [[org.clojure/clojure "1.6.0"] :dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/tools.trace "0.7.9"] [org.clojure/tools.trace "0.7.9"]
[instaparse "1.4.1"] [instaparse "1.4.1"]
[mw-engine "0.1.5-SNAPSHOT"] [mw-engine "0.1.5"]
]) ])