From a7f6f78c10dd6a5c816af058bef83bbd18a1e326 Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Thu, 12 Oct 2017 13:50:11 -0500 Subject: [PATCH] Release 2.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bae0ae7..059c251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-model", - "version": "2.0.3", + "version": "2.0.4", "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": {