From 4e964e0e9643870195ee05caed466612591ba011 Mon Sep 17 00:00:00 2001 From: Yannick Scherer Date: Wed, 10 May 2017 16:47:09 +0200 Subject: [PATCH] Version 0.1.7 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 535df05..f1529cf 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject alumbra/parser "0.1.7-SNAPSHOT" +(defproject alumbra/parser "0.1.7" :description "A GraphQL parser for Clojure using ANTLR4." :url "https://github.com/alumbra/alumbra.parser" :license {:name "MIT License"