Upversioned from 0.1.2-SNAPSHOT to 0.1.2 for release
This commit is contained in:
parent
e4ec5715a7
commit
a6350f45d7
|
@ -1,4 +1,4 @@
|
|||
(defproject mw-parser "0.1.2-SNAPSHOT"
|
||||
(defproject mw-parser "0.1.2"
|
||||
: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.2-SNAPSHOT"]
|
||||
[mw-engine "0.1.2"]
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue