Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Nov 12, 2015
1 parent a8e9b21 commit 8d5b9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SSKeychain.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'SSKeychain'
spec.version = '1.2.3'
spec.version = '1.3.0'
spec.summary = 'Simple Cocoa wrapper for the keychain that works on Mac and iOS.'
spec.homepage = 'https://github.com/soffes/sskeychain'
spec.author = { 'Sam Soffes' => '[email protected]' }
Expand Down
2 changes: 1 addition & 1 deletion SSKeychain/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.0</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

1 comment on commit 8d5b9b1

@suzukieng
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind publishing this release to CocoaPods as well? The latest version there is still 1.2.3 and the error handling stuff is really useful for us Swift users.

Please sign in to comment.