bump bugfix version to 2.9.7 (#1534)

This commit is contained in:
Justin Hernandez
2025-12-26 12:46:24 -08:00
committed by GitHub
parent d24ef93733
commit fe90b3a78d
4 changed files with 5 additions and 5 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.6" versionName "2.9.7"
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.6</string> <string>2.9.7</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.6; MARKETING_VERSION = 2.9.7;
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.6; MARKETING_VERSION = 2.9.7;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",

View File

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