From 1c43d7bb9511a43d3ffd32c7bd9ee146fd45ba3a Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Mon, 26 Feb 2018 22:32:37 -0500 Subject: [PATCH] 0.4.8 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e254a3f..422db33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-formulate", - "version": "0.4.7", + "version": "0.4.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d9166d9..cce4b49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-formulate", - "version": "0.4.7", + "version": "0.4.8", "description": "The easiest way to build forms in Vue with validation and vuex support.", "main": "dist/index.js", "scripts": {