Upversioned from 0.1.2-SNAPSHOT to 0.1.2 for release
This commit is contained in:
parent
f81c9cb775
commit
acc1c060ff
|
@ -1,10 +1,10 @@
|
||||||
(defproject mw-parser "0.1.2-SNAPSHOT"
|
(defproject mw-parser "0.1.2"
|
||||||
: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 {
|
||||||
;; do not reformat this! It is important for the buildall script
|
;; do not reformat this! It is important for the buildall script
|
||||||
;; that each of these properties is on a line with nothing else.
|
;; that each of these properties is on a line with nothing else.
|
||||||
"build-signature-version" "0.1.2-SNAPSHOT"
|
"build-signature-version" "0.1.2"
|
||||||
"build-signature-user" "Simon Brooke"
|
"build-signature-user" "Simon Brooke"
|
||||||
"build-signature-email" "simon@journeyman.cc"
|
"build-signature-email" "simon@journeyman.cc"
|
||||||
"build-signature-timestamp" "2014-07-27 11:55:13+01:00"
|
"build-signature-timestamp" "2014-07-27 11:55:13+01:00"
|
||||||
|
@ -14,5 +14,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.2-SNAPSHOT"]
|
[mw-engine "0.1.2"]
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue