Skip to content

Commit 3f34d5e

Browse files
committed
Bump version, build number and changelog for 1.12.2
1 parent 701e4b0 commit 3f34d5e

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

Authenticator.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@
10821082
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
10831083
CODE_SIGN_ENTITLEMENTS = Authenticator/Authenticator.entitlements;
10841084
CODE_SIGN_STYLE = Automatic;
1085-
CURRENT_PROJECT_VERSION = 189;
1085+
CURRENT_PROJECT_VERSION = 190;
10861086
DEVELOPMENT_TEAM = LQA3CS5MM7;
10871087
HEADER_SEARCH_PATHS = "../Submodules/YubiKit/**";
10881088
INFOPLIST_FILE = Authenticator/Info.plist;
@@ -1092,7 +1092,7 @@
10921092
"@executable_path/Frameworks",
10931093
);
10941094
LIBRARY_SEARCH_PATHS = "";
1095-
MARKETING_VERSION = 1.12.1;
1095+
MARKETING_VERSION = 1.12.2;
10961096
OTHER_LDFLAGS = "-ObjC";
10971097
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.Authenticator;
10981098
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1113,7 +1113,7 @@
11131113
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
11141114
CODE_SIGN_ENTITLEMENTS = Authenticator/Authenticator.entitlements;
11151115
CODE_SIGN_STYLE = Automatic;
1116-
CURRENT_PROJECT_VERSION = 189;
1116+
CURRENT_PROJECT_VERSION = 190;
11171117
DEVELOPMENT_TEAM = LQA3CS5MM7;
11181118
HEADER_SEARCH_PATHS = "../Submodules/YubiKit/**";
11191119
INFOPLIST_FILE = Authenticator/Info.plist;
@@ -1123,7 +1123,7 @@
11231123
"@executable_path/Frameworks",
11241124
);
11251125
LIBRARY_SEARCH_PATHS = "";
1126-
MARKETING_VERSION = 1.12.1;
1126+
MARKETING_VERSION = 1.12.2;
11271127
OTHER_LDFLAGS = "-ObjC";
11281128
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.Authenticator;
11291129
PRODUCT_NAME = "$(TARGET_NAME)";

Authenticator/VersionHistory.plist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<array>
5+
<dict>
6+
<key>version</key>
7+
<string>1.12.2</string>
8+
<key>date</key>
9+
<date>2025-07-05T09:00:00Z</date>
10+
<key>shouldPromptUser</key>
11+
<false/>
12+
<key>changes</key>
13+
<string> Fixes issues around codes disappering after a NFC scan.
14+
</dict>
515
<dict>
616
<key>version</key>
717
<string>1.12.1</string>

0 commit comments

Comments
 (0)