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