From 49b1a4f895d158cd348aae9d9cdb9f72f1eb1aba Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 27 Jun 2016 19:00:40 -0400 Subject: [PATCH] bump version for development --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8a85d19..25237ae 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject gered/webtools.reagent "0.1.1" +(defproject gered/webtools.reagent "0.2-SNAPSHOT" :description "Various helper functions and other things specifically for use in ClojureScript/Reagent applications." :url "https://github.com/gered/webtools.reagent" :license {:name "MIT License"