chore: bump iOS version to 2.9.6 (#1529)

* chore: bump mobile app version to 2.9.6

Update build numbers and deployment timestamps after successful deployment.

* bump version too

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Justin Hernandez <justin.hernandez@self.xyz>
This commit is contained in:
github-actions[bot]
2025-12-25 11:19:01 -08:00
committed by GitHub
parent 7dbd46f245
commit bc158ee730
4 changed files with 6 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 121 versionCode 121
versionName "2.9.5" versionName "2.9.6"
manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp'] manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp']
externalNativeBuild { externalNativeBuild {
cmake { cmake {

View File

@@ -21,7 +21,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.9.5</string> <string>2.9.6</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>

View File

@@ -546,7 +546,7 @@
"$(PROJECT_DIR)", "$(PROJECT_DIR)",
"$(PROJECT_DIR)/MoproKit/Libs", "$(PROJECT_DIR)/MoproKit/Libs",
); );
MARKETING_VERSION = 2.9.5; MARKETING_VERSION = 2.9.6;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
@@ -686,7 +686,7 @@
"$(PROJECT_DIR)", "$(PROJECT_DIR)",
"$(PROJECT_DIR)/MoproKit/Libs", "$(PROJECT_DIR)/MoproKit/Libs",
); );
MARKETING_VERSION = 2.9.5; MARKETING_VERSION = 2.9.6;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",

View File

@@ -1,7 +1,7 @@
{ {
"ios": { "ios": {
"build": 196, "build": 197,
"lastDeployed": "2025-12-22T19:50:28.342Z" "lastDeployed": "2025-12-25T18:27:37.342Z"
}, },
"android": { "android": {
"build": 127, "build": 127,