Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzapanther committed Sep 7, 2023
1 parent 3b2c913 commit 07094df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.5",
"dependencies": {
"@capacitor/android": "^5.3.0",
"@capacitor/core": "^5.3.0",
Expand Down

0 comments on commit 07094df

Please sign in to comment.