From 2b6cce08219278b428d922e6ccc055249744453c Mon Sep 17 00:00:00 2001 From: OHTA Shogo Date: Sun, 10 Dec 2017 21:22:21 +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 0679c11..70f974e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject pinpointer "0.1.0-SNAPSHOT" +(defproject pinpointer "0.1.0" :description "Pinpointer is yet another spec error reporter based on a precise error analysis" :url "https://github.com/athos/Pinpointer" :license {:name "Eclipse Public License"