From 648160679978630f12313e0a31c281321e9aac19 Mon Sep 17 00:00:00 2001 From: phortx Date: Wed, 25 Apr 2018 09:00:08 +0200 Subject: [PATCH] 0.0.26 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 987c45bf..390bc827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vuex-orm/plugin-apollo", - "version": "0.0.25", + "version": "0.0.26", "description": "Vuex-ORM Plugin to sync the data against a GraphQL API via Apollo.", "main": "dist/vuex-orm-apollo.common.js", "module": "dist/vuex-orm-apollo.esm.js",