From 10bc941cb615af53d20dce85e7c549d58f7c024d Mon Sep 17 00:00:00 2001 From: Lois Di Qual Date: Mon, 7 May 2018 16:32:33 -0700 Subject: [PATCH] Bump to 1.4.0 --- CHANGELOG.md | 3 +++ SwiftyRSA tvOS/Info.plist | 2 +- SwiftyRSA watchOS/Info.plist | 2 +- SwiftyRSA.podspec | 2 +- SwiftyRSA/Info.plist | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b12ba..8ddaff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ SwiftyRSA Changelog # [master] +# [1.4.0] + - Fixed compilation warnings for Xcode 9.1 / 9.2. - Added support for Swift 4.1 and Xcode 9.3. - Added ability to generate a RSA key pair by using `SwiftyRSA.generateRSAKeyPair`. @@ -108,6 +110,7 @@ We recommend to check out the new [usage instructions](./README.md) to migrate c Initial release. [master]: https://github.com/TakeScoop/SwiftyRSA/tree/master +[1.4.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.4.0 [1.3.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.3.0 [1.2.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.2.0 [1.1.1]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.1.1 diff --git a/SwiftyRSA tvOS/Info.plist b/SwiftyRSA tvOS/Info.plist index aa82cca..8bce5c7 100644 --- a/SwiftyRSA tvOS/Info.plist +++ b/SwiftyRSA tvOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.1 + 1.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/SwiftyRSA watchOS/Info.plist b/SwiftyRSA watchOS/Info.plist index aa82cca..8bce5c7 100644 --- a/SwiftyRSA watchOS/Info.plist +++ b/SwiftyRSA watchOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.1 + 1.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/SwiftyRSA.podspec b/SwiftyRSA.podspec index 27362da..9393d05 100644 --- a/SwiftyRSA.podspec +++ b/SwiftyRSA.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SwiftyRSA" - s.version = "1.3.1" + s.version = "1.4.0" s.summary = "Public key RSA encryption in Swift." s.description = <<-DESC diff --git a/SwiftyRSA/Info.plist b/SwiftyRSA/Info.plist index aa82cca..8bce5c7 100644 --- a/SwiftyRSA/Info.plist +++ b/SwiftyRSA/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.1 + 1.4.0 CFBundleSignature ???? CFBundleVersion