First release.
This commit is contained in:
parent
1860e49d23
commit
f10fb22520
|
@ -5,7 +5,7 @@ Language.
|
|||
|
||||
## Usage
|
||||
|
||||
Put `[lein-adl "0.1.0-SNAPSHOT"]` into the `:plugins` vector of your
|
||||
Put `[lein-adl "0.1.1"]` into the `:plugins` vector of your
|
||||
project.clj.
|
||||
|
||||
Example usage:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject lein-adl "0.1.0-SNAPSHOT"
|
||||
(defproject lein-adl "0.1.1"
|
||||
:description "Integrate Application Description Language into lein workflow"
|
||||
:url "https://github.com/simon-brooke/lein-adl"
|
||||
:license {:name "Eclipse Public License" ;; for compatibility with leiningen
|
||||
|
|
Loading…
Reference in a new issue