Upversioned from 0.1.6-SNAPSHOT to 0.1.6 for release

This commit is contained in:
Simon Brooke 2017-12-04 18:05:56 +00:00
parent 264885f7a2
commit 80e9b2255b

View file

@ -1,4 +1,4 @@
(defproject mw-parser "0.1.6-SNAPSHOT"
(defproject mw-parser "0.1.6"
:description "Parser for production rules for MicroWorld engine"
:url "http://www.journeyman.cc/microworld"
:manifest {
@ -14,5 +14,5 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/tools.trace "0.7.9"]
[instaparse "1.4.8"]
[mw-engine "0.1.6-SNAPSHOT"]
[mw-engine "0.1.6"]
])