From fdbf1dc7ada33d40840d284c42dfedbe9f53a00c Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 15 Jun 2019 14:25:18 +0100 Subject: [PATCH] Created develop branch; upversioned to 0.1.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 78a8e0e..2636084 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject swingbox-clj "0.1.0" +(defproject swingbox-clj "0.1.1-SNAPSHOT" :description "A Clojure library designed to allow opening HTML windows from Clojure." :url "http://example.com/FIXME" :license {:name "GNU Lesser General Public Licence 3.0"