From 7ed33962a435b203f2671de0bc0121b50cc54e3b Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Wed, 3 Jun 2015 10:57:29 -0700 Subject: [PATCH] Bump version to 2.0.5 --- UICKeyChainStore.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UICKeyChainStore.podspec b/UICKeyChainStore.podspec index 8441f21..1c43987 100644 --- a/UICKeyChainStore.podspec +++ b/UICKeyChainStore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "UICKeyChainStore" - s.version = "2.0.4" + s.version = "2.0.5" 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 wrapper for Keychain that works on iOS and OS X.