diff --git a/README.md b/README.md index e2c7e00..5095fa0 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/project.clj b/project.clj index 626d4cf..0789983 100644 --- a/project.clj +++ b/project.clj @@ -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