From 84e546727d66f1adc5439debad16270d0fdd04e7 Mon Sep 17 00:00:00 2001 From: Kishikawa Katsumi Date: Tue, 2 Mar 2021 03:01:03 +0900 Subject: [PATCH] Bump version to 4.2.2 --- KeychainAccess.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeychainAccess.podspec b/KeychainAccess.podspec index 3c350a5ca..663304422 100644 --- a/KeychainAccess.podspec +++ b/KeychainAccess.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KeychainAccess' - s.version = '4.2.1' + s.version = '4.2.2' 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.