From d07b73c3206e2e672049d539b5e99f504f37aaee Mon Sep 17 00:00:00 2001 From: OHTA Shogo Date: Sun, 10 Dec 2017 20:40:43 +0900 Subject: [PATCH] Release 0.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4f15a2e..d3068ca 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject spectrace "0.1.0-SNAPSHOT" +(defproject spectrace "0.1.0" :description "clojure.spec (spec.alpha) library aiming to be a fundamental tool for analyzing spec errors" :url "https://github.com/athos/spectrace" :license {:name "Eclipse Public License"