Skip to content

Commit

Permalink
Merge pull request #347 from kishikawakatsumi/release_310
Browse files Browse the repository at this point in the history
Bump version to 3.1.0
  • Loading branch information
kishikawakatsumi committed Sep 19, 2017
2 parents f5e8094 + ed65142 commit 5f5f8a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions KeychainAccess.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KeychainAccess'
s.version = '3.0.2'
s.version = '3.1.0'
s.summary = 'KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.'
s.description = <<-DESC
KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.author = { 'kishikawa katsumi' => 'kishikawakatsumi@mac.com' }
s.source = { :git => 'https://github.com/kishikawakatsumi/KeychainAccess.git', :tag => "v#{s.version}" }
s.social_media_url = 'https://twitter.com/k_katsumi'

s.requires_arc = true
s.source_files = 'Lib/KeychainAccess/*.swift'

Expand Down
2 changes: 1 addition & 1 deletion Lib/KeychainAccess/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>3.0.2</string>
<string>3.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 5f5f8a1

Please sign in to comment.