diff --git a/README.md b/README.md index c712320..6ae5aca 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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.2.0"] +[kee-frame "0.2.1"] ``` ## Getting started diff --git a/project.clj b/project.clj index c6e4594..3b1ec6a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject kee-frame "0.2.1-SNAPSHOT" +(defproject kee-frame "0.2.1" :description "A micro-framework on top of re-frame" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}