From f46a0f66c8d2615f1474a7a32f99450c3951f85a Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Thu, 15 Feb 2018 23:30:25 -0500 Subject: [PATCH] 0.4.1 --- 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 6ce50d5..7a717c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-formulate", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a98832b..d141fd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-formulate", - "version": "0.4.0", + "version": "0.4.1", "description": "The easiest way to build forms in Vue with validation and vuex support.", "main": "dist/index.js", "scripts": {