From 411e0b2c2a31384b4b2598db876277cb763827c7 Mon Sep 17 00:00:00 2001 From: Gregg8 Date: Mon, 28 Nov 2016 13:01:54 +1100 Subject: [PATCH] Version 1.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c5569df9..1aab0750 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ ;; --------------------------------------------------------------------------------------- -(defproject re-com "1.0.0" +(defproject re-com "1.1.0" :description "Reusable UI components for Reagent" :url "https://github.com/Day8/re-com.git" :license {:name "MIT"}