diff --git a/README.md b/README.md index 923d191..de3f71c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Feel free to clone the demo app and do some figwheelin' with it! ## Installation Add the following dependency to your `project.clj` file: ```clojure -[kee-frame "0.1.6"] +[kee-frame "0.1.7"] ``` ## Getting started diff --git a/project.clj b/project.clj index 1a63afe..046d38b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject kee-frame "0.1.7-SNAPSHOT" +(defproject kee-frame "0.1.7" :description "A micro-framework on top of re-frame" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}