diff --git a/package-lock.json b/package-lock.json index 06b3abe..1663e26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "vue-native-cli", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index 9de87d5..b6cd630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-native-cli", - "version": "0.2.0", + "version": "0.3.0", "description": "Command-Line Interface for Vue Native App", "main": "./src/index.js", "scripts": {