mirror of
https://github.com/selfxyz/self.git
synced 2026-01-07 22:04:03 -05:00
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:
committed by
GitHub
parent
7dbd46f245
commit
bc158ee730
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user