From c9ad09392ae8d2c3618ce805f3d66cf6621bae7a Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Fri, 2 Feb 2018 12:12:48 -0500 Subject: [PATCH] 0.3.5 --- 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 22f62ea..81a4106 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-formulate", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 713ff2c..da4509e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-formulate", - "version": "0.3.4", + "version": "0.3.5", "description": "The easiest way to build forms in Vue with validation and vuex support.", "main": "dist/index.js", "scripts": {