From aaadb14c032d0b58df71d2ee3d69c981d421dda2 Mon Sep 17 00:00:00 2001 From: Oliver Hine Date: Tue, 8 Feb 2022 10:27:26 +0000 Subject: [PATCH] Version 0.1.17 --- 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 ced5738..2120f53 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.17-SNAPSHOT" +(defproject re-graph.clj-http-gniazdo "0.1.17" :dependencies [[clj-http "3.12.3"] [stylefruits/gniazdo "1.2.0"]]) diff --git a/hato/project.clj b/hato/project.clj index bc9161f..d5ac59e 100644 --- a/hato/project.clj +++ b/hato/project.clj @@ -1,2 +1,2 @@ -(defproject re-graph.hato "0.1.17-SNAPSHOT" +(defproject re-graph.hato "0.1.17" :dependencies [[hato "0.8.2"]]) diff --git a/project.clj b/project.clj index abe9c1a..6c0fbe0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-graph "0.1.17-SNAPSHOT" +(defproject re-graph "0.1.17" :description "GraphQL client for re-frame applications" :url "https://github.com/oliyh/re-graph" :license {:name "Eclipse Public License"