From 8ab39b4453783b6b93c43e8cfb0db3be33ca4066 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Sun, 31 Mar 2019 19:20:44 +1300 Subject: [PATCH] Version 0.1.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 099723b..c90d912 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.danielcompton/defn-spec-alpha "0.1.0" +(defproject net.danielcompton/defn-spec-alpha "0.1.1-SNAPSHOT" :description "Create specs for your functions inline with your defn's" :url "https://github.com/danielcompton/defn-spec" :license {:name "Eclipse Public License"