From 4d8821f2f90e2b05e2192ebefc855c7302097198 Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Sun, 25 Oct 2015 19:23:14 +0900 Subject: [PATCH] Bump version to 2.1.0 --- 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 a54caac..dca568e 100644 --- a/Lib/UICKeyChainStore/Info.plist +++ b/Lib/UICKeyChainStore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.8 + 2.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/UICKeyChainStore.podspec b/UICKeyChainStore.podspec index 06d7ca7..d27ef98 100644 --- a/UICKeyChainStore.podspec +++ b/UICKeyChainStore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "UICKeyChainStore" - s.version = "2.0.8" + s.version = "2.1.0" 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.