From 69d2e0ef1fb02f008d6697b21ffe43546318ea5e Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 27 Jun 2016 18:59:10 -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 ac40860..ff941c1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject gered/webtools "0.1.1" +(defproject gered/webtools "0.2-SNAPSHOT" :description "Miscellaneous helper functions and macros for Ring and Compojure." :url "https://github.com/gered/webtools" :license {:name "MIT License"