From db511c4fbc2dfdbf6d57a50dc7e97c3862b3332c Mon Sep 17 00:00:00 2001 From: Oliver Hine Date: Fri, 15 Oct 2021 16:39:54 +0100 Subject: [PATCH] Version 0.1.16 --- 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 f4a636c..6bb2d8f 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.16-SNAPSHOT" +(defproject re-graph.clj-http-gniazdo "0.1.16" :dependencies [[clj-http "3.9.1"] [stylefruits/gniazdo "1.1.3"]]) diff --git a/hato/project.clj b/hato/project.clj index 3ac7991..0c4df97 100644 --- a/hato/project.clj +++ b/hato/project.clj @@ -1,2 +1,2 @@ -(defproject re-graph.hato "0.1.16-SNAPSHOT" +(defproject re-graph.hato "0.1.16" :dependencies [[hato "0.5.0"]]) diff --git a/project.clj b/project.clj index 9770dde..184b6f0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-graph "0.1.16-SNAPSHOT" +(defproject re-graph "0.1.16" :description "GraphQL client for re-frame applications" :url "https://github.com/oliyh/re-graph" :license {:name "Eclipse Public License"