Upversioned from 0.1.5 to 0.1.6-SNAPSHOT
This commit is contained in:
parent
5089615401
commit
11090d63ef
|
@ -1,4 +1,4 @@
|
|||
(defproject mw-parser "0.1.5"
|
||||
(defproject mw-parser "0.1.6-SNAPSHOT"
|
||||
:description "Parser for production rules for MicroWorld engine"
|
||||
:url "http://www.journeyman.cc/microworld"
|
||||
:manifest {
|
||||
|
@ -14,5 +14,5 @@
|
|||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
[org.clojure/tools.trace "0.7.9"]
|
||||
[instaparse "1.4.1"]
|
||||
[mw-engine "0.1.5"]
|
||||
[mw-engine "0.1.6-SNAPSHOT"]
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue