From 310e4e2e64d2a51fa4d497bb559db1dc992914ec Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Mon, 16 Oct 2017 11:04:33 -0500 Subject: [PATCH] Release 2.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9051495..bbec6a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-model", - "version": "2.0.5", + "version": "2.0.6", "description": "A Javascript plugin for the excellent Vue.js framework that gives you the ability to transform your plain data into rich models with built-in and customizable HTTP actions.", "main": "src/VueModel.js", "scripts": {