Skip to content

Commit

Permalink
Bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ldiqual committed May 7, 2018
1 parent d6e87ae commit 10bc941
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SwiftyRSA tvOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftyRSA watchOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftyRSA.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion SwiftyRSA/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 10bc941

Please sign in to comment.