From 4fb6d13f5590b20f1acdd58d7855164c433c4bfd Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 18 Aug 2026 22:09:49 +0000
Subject: [PATCH] chore: bump app version to v1.23.27
---
android/app/build.gradle | 2 +-
ios/freighter-mobile.xcodeproj/project.pbxproj | 8 ++++----
ios/freighter-mobile/Info-Dev.plist | 2 +-
ios/freighter-mobile/Info.plist | 2 +-
package.json | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/android/app/build.gradle b/android/app/build.gradle
index e595b2741..ae4b849ec 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -141,7 +141,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1234567890
- versionName "1.21.27"
+ versionName "1.23.27"
}
buildTypes {
diff --git a/ios/freighter-mobile.xcodeproj/project.pbxproj b/ios/freighter-mobile.xcodeproj/project.pbxproj
index 0dd191005..680b4f68c 100644
--- a/ios/freighter-mobile.xcodeproj/project.pbxproj
+++ b/ios/freighter-mobile.xcodeproj/project.pbxproj
@@ -505,7 +505,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 1.21.27;
+ MARKETING_VERSION = 1.23.27;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -542,7 +542,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 1.21.27;
+ MARKETING_VERSION = 1.23.27;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -740,7 +740,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 1.21.27;
+ MARKETING_VERSION = 1.23.27;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -775,7 +775,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 1.21.27;
+ MARKETING_VERSION = 1.23.27;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
diff --git a/ios/freighter-mobile/Info-Dev.plist b/ios/freighter-mobile/Info-Dev.plist
index 5d5829401..40cab56c2 100644
--- a/ios/freighter-mobile/Info-Dev.plist
+++ b/ios/freighter-mobile/Info-Dev.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.21.27
+ 1.23.27
CFBundleSignature
????
CFBundleURLTypes
diff --git a/ios/freighter-mobile/Info.plist b/ios/freighter-mobile/Info.plist
index 07185ae24..f680c97f5 100644
--- a/ios/freighter-mobile/Info.plist
+++ b/ios/freighter-mobile/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.21.27
+ 1.23.27
CFBundleSignature
????
CFBundleURLTypes
diff --git a/package.json b/package.json
index 869b75dfb..8a2484236 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "freighter-mobile",
- "version": "1.21.27",
+ "version": "1.23.27",
"license": "Apache-2.0",
"scripts": {
"android": "yarn android-dev",