From 81d4dc82f7eca8668a0e8068299b9fd59e4f4c88 Mon Sep 17 00:00:00 2001 From: Gregg8 Date: Mon, 18 Apr 2016 11:32:53 +1000 Subject: [PATCH] Bump to 0.8.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 5bebd8e4..f8574d2a 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ ;; --------------------------------------------------------------------------------------- -(defproject re-com "0.9.0-SNAPSHOT" +(defproject re-com "0.8.1" :description "Reusable UI components for Reagent" :url "https://github.com/Day8/re-com.git" :license {:name "MIT"}