From 424820192117027c95690a20d576969402167560 Mon Sep 17 00:00:00 2001 From: Yannick Scherer Date: Fri, 25 Nov 2016 12:31:04 +0100 Subject: [PATCH] Version 0.1.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f2e7e98..99b705c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject alumbra/spec "0.1.1-SNAPSHOT" +(defproject alumbra/spec "0.1.1" :description "GraphQL Data Structure Specs for Clojure" :url "https://github.com/alumbra/alumbra.spec" :license {:name "MIT License"