diff --git a/package.json b/package.json index f48ae90..11ff993 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-native-cli", - "version": "0.0.5", + "version": "0.0.6", "description": "Command-Line Interface for Vue Native App", "main": "./src/index.js", "scripts": { diff --git a/src/utils/constants.js b/src/utils/constants.js index 895aec5..0c21e39 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -3,7 +3,7 @@ const constantObject = { regExpForValidRnDirectory: /^[$A-Z_][0-9A-Z_$]*$/i, crnaPackageName: "expo", rnPackageName: "react-native", - stableRNVersion: "0.58.0", + stableRNVersion: "0.58.1", appJsonPath: "app.json", vueNativePackages: { vueNativeCore: "vue-native-core",