diff --git a/README.md b/README.md index c1bd648..de30143 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ Hugo Theme: [Stack](https://github.com/CaiJimmy/hugo-theme-stack) ./build.sh ios ``` +## Files to Version Update + +- `package.json` +- `android/app/build.gradle` under `defaultConfig.versionName` +- `ios/App/App.xcodeproj/project.pbxproj` under `CURRENT_PROJECT_VERSION` + ## App Zip Update git tag v1.X.X diff --git a/android/app/build.gradle b/android/app/build.gradle index 1efa052..1db6fa8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "1.0.0" + versionName "1.0.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/package.json b/package.json index 10216af..c502bdd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.0.5", "dependencies": { "@capacitor/android": "^5.3.0", "@capacitor/core": "^5.3.0",