From 0046db4ab8fd7be31a59e57912dbb96639ad8ce9 Mon Sep 17 00:00:00 2001 From: Kishikawa Katsumi Date: Mon, 1 Apr 2019 05:18:13 +0900 Subject: [PATCH] Bump version to 3.2.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 6729df396..2ef4c8f64 100644 --- a/KeychainAccess.podspec +++ b/KeychainAccess.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KeychainAccess' - s.version = '3.1.2' + s.version = '3.2.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. @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.source_files = 'Lib/KeychainAccess/*.swift' - s.swift_version = '4.2' + s.swift_version = '5.0' s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' diff --git a/Lib/KeychainAccess/Info.plist b/Lib/KeychainAccess/Info.plist index d353b3ef2..340121d3f 100644 --- a/Lib/KeychainAccess/Info.plist +++ b/Lib/KeychainAccess/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.1 + 3.2.0 CFBundleSignature ???? CFBundleVersion