From 48fd51088d2eda800e932a66cf29f03261413d41 Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Sat, 17 Jan 2015 20:58:42 +0900 Subject: [PATCH] Bump version to v2.0.1 --- UICKeyChainStore.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UICKeyChainStore.podspec b/UICKeyChainStore.podspec index 9c2ae30..8418fa8 100644 --- a/UICKeyChainStore.podspec +++ b/UICKeyChainStore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "UICKeyChainStore" - s.version = "2.0.0" + s.version = "2.0.1" s.summary = "UICKeyChainStore is a simple wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults." s.description = <<-DESC UICKeyChainStore is a simple Swift wrapper for Keychain that works on iOS and OS X.