From 2951589d34391cb7f57f621bb29d4abec98b808a Mon Sep 17 00:00:00 2001 From: Bruce Hauman Date: Wed, 27 May 2020 07:50:30 -0600 Subject: [PATCH] release 0.2.7 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1ca5015..ff76bfb 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject devcards "0.2.7-SNAPSHOT" +(defproject devcards "0.2.7" :description "Devcards is a ClojureScript library that provides a lab space in which you can develop your UI components independently and interactively." :url "http://github.com/bhauman/devcards" :license {:name "Eclipse Public License"