From 60456f292c769fc8fcf1c3dbce244f40e0b2682f Mon Sep 17 00:00:00 2001 From: Inge Solvoll Date: Tue, 26 Jun 2018 09:25:34 +0200 Subject: [PATCH] Releasing 0.2.4 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2996fd..c4a900e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Contact the author on [Twitter](https://twitter.com/ingesol) or join the discuss ## Installation Add the following dependency to your `project.clj` file: ```clojure -[kee-frame "0.2.3"] +[kee-frame "0.2.4"] ``` ## Getting started diff --git a/project.clj b/project.clj index 6143d23..95abec3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject kee-frame "0.2.4-SNAPSHOT" +(defproject kee-frame "0.2.4" :description "A micro-framework on top of re-frame" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}