From cb3d5151134c4c0322bbdf6e3ed4e7cd32f1c97a Mon Sep 17 00:00:00 2001 From: Oliver Hine Date: Thu, 21 Jan 2021 08:47:46 +0000 Subject: [PATCH] Version 0.1.15 --- clj-http-gniazdo/project.clj | 2 +- hato/project.clj | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clj-http-gniazdo/project.clj b/clj-http-gniazdo/project.clj index b2095dd..da09997 100644 --- a/clj-http-gniazdo/project.clj +++ b/clj-http-gniazdo/project.clj @@ -1,3 +1,3 @@ -(defproject re-graph.clj-http-gniazdo "0.1.15-SNAPSHOT" +(defproject re-graph.clj-http-gniazdo "0.1.15" :dependencies [[clj-http "3.9.1"] [stylefruits/gniazdo "1.1.3"]]) diff --git a/hato/project.clj b/hato/project.clj index 8e3996f..54b0813 100644 --- a/hato/project.clj +++ b/hato/project.clj @@ -1,2 +1,2 @@ -(defproject re-graph.hato "0.1.15-SNAPSHOT" +(defproject re-graph.hato "0.1.15" :dependencies [[hato "0.5.0"]]) diff --git a/project.clj b/project.clj index c1461c9..7c64337 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-graph "0.1.15-SNAPSHOT" +(defproject re-graph "0.1.15" :description "GraphQL client for re-frame applications" :url "https://github.com/oliyh/re-graph" :license {:name "Eclipse Public License"