bump version and build number

This commit is contained in:
Justin Hernandez
2025-12-02 13:57:06 -08:00
parent 421e8b91e4
commit ff97882154
5 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.9.3</string>
<string>2.9.4</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.3;
MARKETING_VERSION = 2.9.4;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -686,7 +686,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/MoproKit/Libs",
);
MARKETING_VERSION = 2.9.3;
MARKETING_VERSION = 2.9.4;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",

View File

@@ -1,6 +1,6 @@
{
"name": "@selfxyz/mobile-app",
"version": "2.9.3",
"version": "2.9.4",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,7 +1,7 @@
{
"ios": {
"build": 191,
"lastDeployed": "2025-11-21T00:06:05.459Z"
"build": 192,
"lastDeployed": "2025-12-02T00:06:05.459Z"
},
"android": {
"build": 123,