diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c849ba..f74092d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # OneTimePassword Changelog -## [In development][master] + + +## [2.0.1][] (2016-09-20) #### Enhancements - Update the project to support Xcode 8 and Swift 2.3. ([#73](https://github.com/mattrubin/OneTimePassword/pull/73), [#75](https://github.com/mattrubin/OneTimePassword/pull/75), [#84](https://github.com/mattrubin/OneTimePassword/pull/84)) @@ -78,7 +80,7 @@ Changes between prerelease versions of OneTimePassword version 2 can be found be ## [1.0.0][] (2014-07-17) -[master]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0...master +[master]: https://github.com/mattrubin/OneTimePassword/compare/2.0.1...master [2.0.1]: https://github.com/mattrubin/OneTimePassword/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/mattrubin/OneTimePassword/compare/1.1.0...2.0.0 diff --git a/OneTimePassword.podspec b/OneTimePassword.podspec index 5b91f893..b3bee5a8 100644 --- a/OneTimePassword.podspec +++ b/OneTimePassword.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OneTimePassword" - s.version = "2.0.0" + s.version = "2.0.1" s.summary = "A small library for generating TOTP and HOTP one-time passwords." s.homepage = "https://github.com/mattrubin/OneTimePassword" s.license = "MIT" diff --git a/Sources/Info.plist b/Sources/Info.plist index e3f77190..5135ae2f 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0 + 2.0.1 CFBundleSignature ???? CFBundleVersion - 2.0.0 + 2.0.1 NSPrincipalClass