From a92ce4599bfce90277bb5db61cf5f239ca386056 Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Sun, 14 Jul 2019 14:00:07 +0200 Subject: [PATCH] chore: bump to 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc5c3fd..e6c5d52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-gql", - "version": "0.2.0", + "version": "0.2.1", "description": "A small and fast GraphQL client for Vue.js", "module": "dist/vql.esm.js", "unpkg": "dist/vql.js",