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"