From 12f44d9336bfbb5ebba39ee7e29d0b91d506c787 Mon Sep 17 00:00:00 2001 From: Gregg8 Date: Fri, 2 Dec 2016 14:56:54 +1100 Subject: [PATCH] Version 1.2.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1aab0750..274643c6 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ ;; --------------------------------------------------------------------------------------- -(defproject re-com "1.1.0" +(defproject re-com "1.2.0" :description "Reusable UI components for Reagent" :url "https://github.com/Day8/re-com.git" :license {:name "MIT"}