From f5d6ca15f37453da00b34e0a32c752672f65a54f Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Mon, 15 Jun 2015 18:12:45 -0700 Subject: [PATCH] Bump version to 2.0.6 --- Lib/UICKeyChainStore/Info.plist | 2 +- UICKeyChainStore.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/UICKeyChainStore/Info.plist b/Lib/UICKeyChainStore/Info.plist index fa72306..cdeb2cd 100644 --- a/Lib/UICKeyChainStore/Info.plist +++ b/Lib/UICKeyChainStore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 2.0.6 CFBundleSignature ???? CFBundleVersion diff --git a/UICKeyChainStore.podspec b/UICKeyChainStore.podspec index 1c43987..b4820ad 100644 --- a/UICKeyChainStore.podspec +++ b/UICKeyChainStore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "UICKeyChainStore" - s.version = "2.0.5" + s.version = "2.0.6" 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.