From 82b870026482b60e1f992ec2bcaa111024396401 Mon Sep 17 00:00:00 2001 From: Yannick Scherer Date: Sun, 19 Mar 2017 14:17:24 +0100 Subject: [PATCH] Version 0.1.10-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d45f4f4..57f80c2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject alumbra/analyzer "0.1.9" +(defproject alumbra/analyzer "0.1.10-SNAPSHOT" :description "GraphQL Schema/Operation Transformations" :url "https://github.com/alumbra/alumbra.analyzer" :license {:name "MIT License"