Skip to content

Commit 16373c6

Browse files
committed
Release Authenticator 2.1.2
2 parents 9cf2b97 + 9098434 commit 16373c6

File tree

7 files changed

+12
-7
lines changed

7 files changed

+12
-7
lines changed

Authenticator/Resources/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>2.1.1</string>
20+
<string>2.1.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

AuthenticatorScreenshots/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.1</string>
18+
<string>2.1.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>0</string>
2121
</dict>

AuthenticatorTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.1</string>
18+
<string>2.1.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>0</string>
2121
</dict>

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the project will be documented in this file.
44
[Authenticator]: https://github.com/mattrubin/Authenticator
55

66

7+
## [2.1.2] - 2019-05-23
8+
By building the app with Xcode 10.1 instead of Xcode 10.2, this update fixes a crash that could occur when trying to manually enter a token on a 32-bit device (iPhone 5 or earlier).
9+
10+
711
## [2.1.1] - 2019-04-25
812
For users on iOS 12.2 and above, the app binary size has been reduced by more than 85%.
913
([#307](https://github.com/mattrubin/Authenticator/pull/307))
@@ -125,7 +129,8 @@ For security reasons, tokens are stored only on one device, and are not included
125129
## [1.0] - 2013-11-25
126130

127131

128-
[Unreleased]: https://github.com/mattrubin/Authenticator/compare/2.1.1...HEAD
132+
[Unreleased]: https://github.com/mattrubin/Authenticator/compare/2.1.2...HEAD
133+
[2.1.2]: https://github.com/mattrubin/Authenticator/compare/2.1.1...2.1.2
129134
[2.1.1]: https://github.com/mattrubin/Authenticator/compare/2.1.0...2.1.1
130135
[2.1.0]: https://github.com/mattrubin/Authenticator/compare/2.0.5...2.1.0
131136
[2.0.5]: https://github.com/mattrubin/Authenticator/compare/2.0.4...2.0.5

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2018 Authenticator authors
3+
Copyright (c) 2013-2019 Authenticator authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

fastlane/metadata/copyright.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2013-2018 Matt Rubin
1+
2013-2019 Matt Rubin
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
For users on iOS 12.2 and above, the app binary size has been reduced by more than 85%.
1+
This update fixes a crash that could occur when trying to manually enter a token on a 32-bit device (iPhone 5 or earlier).

0 commit comments

Comments
 (0)