From eb4829200d564ff00e64de51ff74055eb8245334 Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Mon, 12 Oct 2015 21:56:39 +0900 Subject: [PATCH] Bump version to v2.2.0 --- KeychainAccess.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeychainAccess.podspec b/KeychainAccess.podspec index 9d4d79028..f85590d23 100644 --- a/KeychainAccess.podspec +++ b/KeychainAccess.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "KeychainAccess" - s.version = "2.1.0" + s.version = "2.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.