Skip to content

Commit

Permalink
Bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lois Di Qual committed Sep 21, 2018
1 parent 1e4ff8d commit 6160bd5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@ SwiftyRSA Changelog

# [master]

# [1.5.0]

- Made compatible with Swift 4.2 and Xcode 10
- Fixed a potential crash when building dictionaries with `CFString` values
[#107](https://github.com/TakeScoop/SwiftyRSA/issues/107)
Expand Down Expand Up @@ -115,6 +117,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.5.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.5.0
[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
Expand Down
2 changes: 1 addition & 1 deletion Source/Info-tvOS.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftyRSA.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SwiftyRSA"
s.version = "1.4.0"
s.version = "1.5.0"
s.summary = "Public key RSA encryption in Swift."

s.description = <<-DESC
Expand Down

0 comments on commit 6160bd5

Please sign in to comment.