From 11c2181f0704d4e5dce9844b05705806df03dfed Mon Sep 17 00:00:00 2001 From: k Date: Mon, 8 Jun 2020 09:56:46 +0200 Subject: [PATCH] 0.2.2 - Add @:graphql helper for external queries --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index a406235..261b97c 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,8 +1,8 @@ { "name": "apollo", "description": "Externs for react-apollo", - "version": "0.2.1", - "releasenote": "Add graphql-tag basic extern", + "version": "0.2.2", + "releasenote": "Add @:graphql helper for external queries", "url": "https://github.com/kLabz/haxe-apollo", "license": "MIT", "tags": [],