Skip to content

Commit f78719f

Browse files
committed
version: increase to 4.1.3
Signed-off-by: Luca Vaccaro <me@lvaccaro.com>
1 parent 283337b commit f78719f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [4.1.3] - 2025-01-09
77

88
### Changed
99
- Update GDK to 0.74.2

gaios.xcodeproj/project.pbxproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4483,7 +4483,6 @@
44834483
81E56A642C2476950012A5A3 /* QRUnlockInfoAlertViewController.swift in Sources */,
44844484
3419B44E2BEE304900492198 /* ReEnable2faAccountCell.swift in Sources */,
44854485
3465E2142A8F38FD0082D556 /* PinServerWarnViewController.swift in Sources */,
4486-
34742D442CE4B3F00064F327 /* AmountToBuyCell.swift in Sources */,
44874486
81DEB8302CF3966F0084FFF0 /* Data.swift in Sources */,
44884487
34B170EF292E873900A829B2 /* DiscloseCellModel.swift in Sources */,
44894488
811EFD8E21A719FC0006EA8C /* KeyboardViewController.swift in Sources */,
@@ -5354,7 +5353,7 @@
53545353
CODE_SIGN_ENTITLEMENTS = gaios/gaiosStaging.entitlements;
53555354
CODE_SIGN_IDENTITY = "Apple Development";
53565355
CODE_SIGN_STYLE = Automatic;
5357-
CURRENT_PROJECT_VERSION = 2;
5356+
CURRENT_PROJECT_VERSION = 3;
53585357
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
53595358
DEVELOPMENT_TEAM = D9W37S9468;
53605359
ENABLE_BITCODE = NO;
@@ -5369,7 +5368,7 @@
53695368
"$(inherited)",
53705369
"@executable_path/Frameworks",
53715370
);
5372-
MARKETING_VERSION = 4.1.1;
5371+
MARKETING_VERSION = 4.1.3;
53735372
OTHER_LDFLAGS = (
53745373
"$(inherited)",
53755374
"-lc++",
@@ -5400,7 +5399,7 @@
54005399
CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
54015400
CODE_SIGN_ENTITLEMENTS = gaios/gaiosStaging.entitlements;
54025401
CODE_SIGN_STYLE = Manual;
5403-
CURRENT_PROJECT_VERSION = 2;
5402+
CURRENT_PROJECT_VERSION = 3;
54045403
DEVELOPMENT_TEAM = D9W37S9468;
54055404
ENABLE_BITCODE = NO;
54065405
ENABLE_HARDENED_RUNTIME = YES;
@@ -5412,7 +5411,7 @@
54125411
"$(inherited)",
54135412
"@executable_path/Frameworks",
54145413
);
5415-
MARKETING_VERSION = 4.1.1;
5414+
MARKETING_VERSION = 4.1.3;
54165415
OTHER_LDFLAGS = (
54175416
"$(inherited)",
54185417
"-lc++",
@@ -6453,7 +6452,7 @@
64536452
CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
64546453
CODE_SIGN_ENTITLEMENTS = gaios/gaiosStaging.entitlements;
64556454
CODE_SIGN_STYLE = Manual;
6456-
CURRENT_PROJECT_VERSION = 2;
6455+
CURRENT_PROJECT_VERSION = 3;
64576456
DEVELOPMENT_TEAM = D9W37S9468;
64586457
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = D9W37S9468;
64596458
ENABLE_BITCODE = NO;
@@ -6468,7 +6467,7 @@
64686467
"$(inherited)",
64696468
"@executable_path/Frameworks",
64706469
);
6471-
MARKETING_VERSION = 4.1.1;
6470+
MARKETING_VERSION = 4.1.3;
64726471
MTL_ENABLE_DEBUG_INFO = YES;
64736472
OTHER_LDFLAGS = (
64746473
"$(inherited)",

0 commit comments

Comments
 (0)