Upversioned from 0.1.3 to 0.1.4-SNAPSHOT
This commit is contained in:
parent
c31dd91185
commit
84a187796b
|
@ -1,4 +1,4 @@
|
||||||
(defproject mw-parser "0.1.3"
|
(defproject mw-parser "0.1.4-SNAPSHOT"
|
||||||
: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"]
|
[mw-engine "0.1.4-SNAPSHOT"]
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue