Merge branch 'release/0.1.1' into develop

This commit is contained in:
Simon Brooke 2018-07-19 22:22:16 +01:00
commit e5fec5deed

View file

@ -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"]])