Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ldiqual committed Apr 2, 2016
1 parent e225286 commit 56874ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ SwiftyRSA Changelog

# [master]

# [0.2.0]

- Added NSData encryption/decryption.
- Fixed a bug where SwiftyRSA couldn't encrypt/decrypt data which length was bigger than the RSA key block size.
[#6](https://github.com/TakeScoop/SwiftyRSA/issues/6)
Expand All @@ -19,5 +21,6 @@ SwiftyRSA Changelog

Initial release.

[master]: https://github.com/TakeScoop/SwiftyRSA/compare/0.1.0...master
[master]: https://github.com/TakeScoop/SwiftyRSA/compare/0.2.0...master
[0.2.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/0.2.0
[0.1.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/0.1.0
4 changes: 2 additions & 2 deletions 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 = "0.1.0"
s.version = "0.2.0"
s.summary = "Public key RSA encryption in Swift."

s.description = <<-DESC
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.author = { "Scoop" => "ops@takescoop.com" }

s.source = { :git => "https://github.com/TakeScoop/SwiftyRSA.git", :tag => "0.1.0" }
s.source = { :git => "https://github.com/TakeScoop/SwiftyRSA.git", :tag => "0.2.0" }
s.source_files = "SwiftyRSA/SwiftyRSA.swift"
s.framework = "Security"

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>0.1.0</string>
<string>0.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 56874ed

Please sign in to comment.