From 4137d07f3f121e0c5d9a6650d20950892b137c0f Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Wed, 18 Feb 2015 03:40:43 +0900 Subject: [PATCH] Bump version to v2.0.4 --- UICKeyChainStore.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UICKeyChainStore.podspec b/UICKeyChainStore.podspec index ee553aa..5825492 100644 --- a/UICKeyChainStore.podspec +++ b/UICKeyChainStore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "UICKeyChainStore" - s.version = "2.0.3" + s.version = "2.0.4" 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.