diff --git a/package-lock.json b/package-lock.json index 556979f..4e1df91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vuex-module-validatable-state", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bd2601a..126f5bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuex-module-validatable-state", - "version": "0.4.0", + "version": "0.5.0", "description": "Simple Vuex module to validate state for handling form", "main": "./dist/index.js", "typings": "./dist/index.d.ts",