From 5775f491cae09e37872d92e5a6368281bd2a390b Mon Sep 17 00:00:00 2001 From: phortx Date: Thu, 7 Feb 2019 17:22:37 +0100 Subject: [PATCH] Release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a285db9..bde4a3c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vuex-orm/plugin-graphql", - "version": "1.0.0-rc.31", + "version": "1.0.0-rc.32", "description": "Vuex-ORM persistence plugin to sync the store against a GraphQL API.", "main": "dist/vuex-orm-graphql.umd.js", "module": "dist/vuex-orm-graphql.es5.js",