From d332a0a72222991c96e2dbaf5619739a5987f172 Mon Sep 17 00:00:00 2001 From: Creighton Kirkendall Date: Wed, 28 Jun 2017 19:15:43 -0400 Subject: [PATCH] preparing for 0.5.0 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index bfaaaba..a48044c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject kioo "0.5.0-SNAPSHOT" +(defproject kioo "0.5" :description "enlive/enfocus style templating for Facebook's React." :url "http://github.com/ckirkendall/kioo" :author "Creighton Kirkendall"