Skip to content

Commit

Permalink
Release Authenticator 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed May 23, 2019
2 parents 9cf2b97 + 9098434 commit 16373c6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Authenticator/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.1</string>
<string>2.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion AuthenticatorScreenshots/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.1</string>
<string>2.1.2</string>
<key>CFBundleVersion</key>
<string>0</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion AuthenticatorTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.1</string>
<string>2.1.2</string>
<key>CFBundleVersion</key>
<string>0</string>
</dict>
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the project will be documented in this file.
[Authenticator]: https://github.com/mattrubin/Authenticator


## [2.1.2] - 2019-05-23
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).


## [2.1.1] - 2019-04-25
For users on iOS 12.2 and above, the app binary size has been reduced by more than 85%.
([#307](https://github.com/mattrubin/Authenticator/pull/307))
Expand Down Expand Up @@ -125,7 +129,8 @@ For security reasons, tokens are stored only on one device, and are not included
## [1.0] - 2013-11-25


[Unreleased]: https://github.com/mattrubin/Authenticator/compare/2.1.1...HEAD
[Unreleased]: https://github.com/mattrubin/Authenticator/compare/2.1.2...HEAD
[2.1.2]: https://github.com/mattrubin/Authenticator/compare/2.1.1...2.1.2
[2.1.1]: https://github.com/mattrubin/Authenticator/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/mattrubin/Authenticator/compare/2.0.5...2.1.0
[2.0.5]: https://github.com/mattrubin/Authenticator/compare/2.0.4...2.0.5
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2018 Authenticator authors
Copyright (c) 2013-2019 Authenticator authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/copyright.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2013-2018 Matt Rubin
2013-2019 Matt Rubin
2 changes: 1 addition & 1 deletion fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
For users on iOS 12.2 and above, the app binary size has been reduced by more than 85%.
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 comments on commit 16373c6

Please sign in to comment.