From f4d85ae02c1b87b08b43ef452c73d5e460f239e1 Mon Sep 17 00:00:00 2001 From: Gregg8 Date: Wed, 28 Nov 2018 09:54:27 +1100 Subject: [PATCH] Version 2.3.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8ca49e7e..dc891883 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ ;; --------------------------------------------------------------------------------------- -(defproject re-com "2.3.0-SNAPSHOT" +(defproject re-com "2.3.0" :description "Reusable UI components for Reagent" :url "https://github.com/Day8/re-com.git" :license {:name "MIT"}