From 2905bae6e2c341cdd2707accd5cb9c59843177b7 Mon Sep 17 00:00:00 2001 From: Gregg8 Date: Thu, 2 Feb 2017 16:07:48 +1100 Subject: [PATCH] Bump to 2.0.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8ae42ae5..56970324 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ ;; --------------------------------------------------------------------------------------- -(defproject re-com "1.3.0" +(defproject re-com "2.0.0" :description "Reusable UI components for Reagent" :url "https://github.com/Day8/re-com.git" :license {:name "MIT"}