From 42d971bd2194f8c0cb1c5c986d3c135873dee187 Mon Sep 17 00:00:00 2001 From: Yannick Scherer Date: Sun, 11 Dec 2016 12:45:21 +0100 Subject: [PATCH] Version 0.1.5 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 7c24cbe..b9ddfaf 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject alumbra/spec "0.1.5-SNAPSHOT" +(defproject alumbra/spec "0.1.5" :description "GraphQL Data Structure Specs for Clojure" :url "https://github.com/alumbra/alumbra.spec" :license {:name "MIT License"