bump version to 1.1.6

This commit is contained in:
2026-01-22 19:45:57 -07:00
parent a04730cd64
commit b775c5b4c1
6 changed files with 27 additions and 16 deletions

View File

@@ -1140,7 +1140,7 @@ export GEM_PATH=$shortened_path
##### 1. Bump the version in package.json & CHANGELOG.md for `MARKETING_VERSION`, then `grep CURRENT_PROJECT_VERSION ios/App/App.xcodeproj/project.pbxproj` and add 1 for the numbered version here:
```bash
cd ios/App && xcrun agvtool new-version 50 && perl -p -i -e "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 1.1.5;/g" App.xcodeproj/project.pbxproj && cd -
cd ios/App && xcrun agvtool new-version 51 && perl -p -i -e "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 1.1.6;/g" App.xcodeproj/project.pbxproj && cd -
# Unfortunately this edits Info.plist directly.
#xcrun agvtool new-marketing-version 0.4.5
```
@@ -1298,8 +1298,8 @@ The recommended way to build for Android is using the automated build script:
##### 1. Bump the version in package.json, then update these versions & run:
```bash
perl -p -i -e 's/versionCode .*/versionCode 50/g' android/app/build.gradle
perl -p -i -e 's/versionName .*/versionName "1.1.5"/g' android/app/build.gradle
perl -p -i -e 's/versionCode .*/versionCode 51/g' android/app/build.gradle
perl -p -i -e 's/versionName .*/versionName "1.1.6"/g' android/app/build.gradle
```
##### 2. Build