Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliyh committed Jul 20, 2022
1 parent 2403e8d commit af60ef6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clj-http-gniazdo/project.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(defproject re-graph.clj-http-gniazdo "0.2.0-SNAPSHOT"
(defproject re-graph.clj-http-gniazdo "0.2.0"
:dependencies [[clj-http "3.12.3"]
[stylefruits/gniazdo "1.2.0"]])
2 changes: 1 addition & 1 deletion hato/project.clj
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(defproject re-graph.hato "0.2.0-SNAPSHOT"
(defproject re-graph.hato "0.2.0"
:dependencies [[hato "0.8.2"]])
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject re-graph "0.2.0-SNAPSHOT"
(defproject re-graph "0.2.0"
:description "GraphQL client for re-frame applications"
:url "https://github.com/oliyh/re-graph"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit af60ef6

Please sign in to comment.