Skip to content

Commit 2bed4c0

Browse files
chore: bump app version to v1.24.28 (#989)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b4d654c commit 2bed4c0

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ android {
141141
minSdkVersion rootProject.ext.minSdkVersion
142142
targetSdkVersion rootProject.ext.targetSdkVersion
143143
versionCode 1234567890
144-
versionName "1.23.27"
144+
versionName "1.24.28"
145145
}
146146

147147
buildTypes {

ios/freighter-mobile.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
"$(inherited)",
506506
"@executable_path/Frameworks",
507507
);
508-
MARKETING_VERSION = 1.23.27;
508+
MARKETING_VERSION = 1.24.28;
509509
OTHER_LDFLAGS = (
510510
"$(inherited)",
511511
"-ObjC",
@@ -542,7 +542,7 @@
542542
"$(inherited)",
543543
"@executable_path/Frameworks",
544544
);
545-
MARKETING_VERSION = 1.23.27;
545+
MARKETING_VERSION = 1.24.28;
546546
OTHER_LDFLAGS = (
547547
"$(inherited)",
548548
"-ObjC",
@@ -740,7 +740,7 @@
740740
"$(inherited)",
741741
"@executable_path/Frameworks",
742742
);
743-
MARKETING_VERSION = 1.23.27;
743+
MARKETING_VERSION = 1.24.28;
744744
OTHER_LDFLAGS = (
745745
"$(inherited)",
746746
"-ObjC",
@@ -775,7 +775,7 @@
775775
"$(inherited)",
776776
"@executable_path/Frameworks",
777777
);
778-
MARKETING_VERSION = 1.23.27;
778+
MARKETING_VERSION = 1.24.28;
779779
OTHER_LDFLAGS = (
780780
"$(inherited)",
781781
"-ObjC",

ios/freighter-mobile/Info-Dev.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.23.27</string>
20+
<string>1.24.28</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

ios/freighter-mobile/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.23.27</string>
20+
<string>1.24.28</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freighter-mobile",
3-
"version": "1.23.27",
3+
"version": "1.24.28",
44
"license": "Apache-2.0",
55
"scripts": {
66
"android": "yarn android-dev",

0 commit comments

Comments
 (0)