From ed651426b1b4af69c8a364b587c5c57e1a03696c Mon Sep 17 00:00:00 2001 From: Kishikawa Katsumi Date: Tue, 19 Sep 2017 12:19:10 +0900 Subject: [PATCH] Bump version to 3.1.0 --- KeychainAccess.podspec | 4 ++-- Lib/KeychainAccess/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/KeychainAccess.podspec b/KeychainAccess.podspec index 68a0ce34f..396e93d9a 100644 --- a/KeychainAccess.podspec +++ b/KeychainAccess.podspec @@ -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. @@ -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' diff --git a/Lib/KeychainAccess/Info.plist b/Lib/KeychainAccess/Info.plist index 49ca846df..543e5f92d 100644 --- a/Lib/KeychainAccess/Info.plist +++ b/Lib/KeychainAccess/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.2 + 3.1.0 CFBundleSignature ???? CFBundleVersion