From 3637eb62a6592ab1c8bd015d484c6503b4c12ed1 Mon Sep 17 00:00:00 2001 From: Gregg8 Date: Mon, 2 May 2016 16:59:28 +1000 Subject: [PATCH] Bump to 0.8.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 33023d8e..352ca354 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ ;; --------------------------------------------------------------------------------------- -(defproject re-com "0.8.1" +(defproject re-com "0.8.2" :description "Reusable UI components for Reagent" :url "https://github.com/Day8/re-com.git" :license {:name "MIT"}