From b8e21c5873247df2a64733fa62caa36bfac14683 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Wed, 18 Oct 2017 11:51:41 +0900 Subject: [PATCH] [Release] 0.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d38aecef..75970623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuex-orm", - "version": "0.7.0", + "version": "0.7.1", "description": "The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.", "main": "lib/index.js", "typings": "lib/index.d.ts",