From e83eac4636959e25751db6e1921dfd5d730183ac Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Wed, 3 Jan 2018 23:07:57 +0900 Subject: [PATCH] [Release] 0.14.1 --- LICENSE.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index b4f6c2ab..7571858c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Revolver +Copyright (c) 2018 Revolver Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 860d2260..517a1c49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuex-orm", - "version": "0.14.0", + "version": "0.14.1", "description": "The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.", "main": "dist/vuex-orm.common.js", "module": "dist/vuex-orm.esm.js",