From 77fba3c35da72792cab22d510f1e11403486906d Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Tue, 16 May 2017 10:00:05 +0300 Subject: [PATCH] Bump version to 0.1.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 122941d..f5dfee5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject vincit/venia "0.1.0" +(defproject vincit/venia "0.1.1-SNAPSHOT" :description "Clojure(Script) graphql client" :url "https://github.com/Vincit/venia" :license {:name "Eclipse Public License"