bump version (#743)

This commit is contained in:
Justin Hernandez
2025-07-05 10:06:22 -07:00
committed by GitHub
parent 4227f6da82
commit 223fe9e0de
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -522,7 +522,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/MoproKit/Libs",
);
MARKETING_VERSION = 2.6.0;
MARKETING_VERSION = 2.6.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -662,7 +662,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/MoproKit/Libs",
);
MARKETING_VERSION = 2.6.0;
MARKETING_VERSION = 2.6.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",

View File

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