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
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 121
versionName "2.9.5"
versionName "2.9.6"
manifestPlaceholders = [appAuthRedirectScheme: 'com.proofofpassportapp']
externalNativeBuild {
cmake {

View File

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

View File

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

View File

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