From 65caa84c9438dd8bdf8cd21964e6033b1a22c178 Mon Sep 17 00:00:00 2001 From: Bruce Hauman Date: Wed, 27 May 2020 07:53:34 -0600 Subject: [PATCH] bump to 0.2.8-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ff76bfb..ce0181e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject devcards "0.2.7" +(defproject devcards "0.2.8-SNAPSHOT" :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"