Merge branch 'release/0.1.1' into develop
This commit is contained in:
commit
e5fec5deed
|
@ -1,4 +1,4 @@
|
||||||
(defproject adl-support "0.1.1"
|
(defproject adl-support "0.1.2-SNAPSHOT"
|
||||||
:description "A small library of functions called by generated ADL code."
|
:description "A small library of functions called by generated ADL code."
|
||||||
:url "https://github.com/simon-brooke/adl-support"
|
:url "https://github.com/simon-brooke/adl-support"
|
||||||
:license {:name "MIT License"
|
:license {:name "MIT License"
|
||||||
|
@ -21,5 +21,6 @@
|
||||||
;; ["vcs" "tag"] -- not working, problems with secret key
|
;; ["vcs" "tag"] -- not working, problems with secret key
|
||||||
["uberjar"]
|
["uberjar"]
|
||||||
["install"]
|
["install"]
|
||||||
|
["deploy" "clojars"]
|
||||||
["change" "version" "leiningen.release/bump-version"]
|
["change" "version" "leiningen.release/bump-version"]
|
||||||
["vcs" "commit"]])
|
["vcs" "commit"]])
|
||||||
|
|
Loading…
Reference in a new issue