Upversioned from 0.1.4 to 0.1.5-SNAPSHOT
This commit is contained in:
parent
79b8e11df8
commit
dddeea6041
|
@ -1,4 +1,4 @@
|
|||
(defproject mw-parser "0.1.4"
|
||||
(defproject mw-parser "0.1.5-SNAPSHOT"
|
||||
:description "Parser for production rules for MicroWorld engine"
|
||||
:url "http://www.journeyman.cc/microworld"
|
||||
:manifest {
|
||||
|
@ -13,5 +13,5 @@
|
|||
:plugins [[lein-marginalia "0.7.1"]]
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.clojure/tools.trace "0.7.8"]
|
||||
[mw-engine "0.1.4"]
|
||||
[mw-engine "0.1.5-SNAPSHOT"]
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue