From f23370c872dc24677ee0be4342bc622cb7d8fa53 Mon Sep 17 00:00:00 2001 From: Gregg8 Date: Fri, 14 Oct 2016 13:16:01 +1100 Subject: [PATCH] Version 1.0.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index df82ba6a..0c2be5e0 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ ;; --------------------------------------------------------------------------------------- -(defproject re-com "0.9.1-alpha" +(defproject re-com "1.0.0" :description "Reusable UI components for Reagent" :url "https://github.com/Day8/re-com.git" :license {:name "MIT"}