diff --git a/README.md b/README.md index 16052ca..7e094df 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ There are 2 simple options for bootstrapping your project: ### 1. Manual installation Add the following dependency to your `project.clj` file: ```clojure -[kee-frame "0.3.0"] +[kee-frame "0.3.1"] ``` ### 2. Luminus template [Luminus](http://www.luminusweb.net) is a framework that makes it easy to get started with web app development diff --git a/project.clj b/project.clj index 23795bc..bd0ebd3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject kee-frame "0.3.1-SNAPSHOT" +(defproject kee-frame "0.3.1" :description "A micro-framework on top of re-frame" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}