diff --git a/Lib/UICKeyChainStore/Info.plist b/Lib/UICKeyChainStore/Info.plist index 449c7b6..a60ea4a 100644 --- a/Lib/UICKeyChainStore/Info.plist +++ b/Lib/UICKeyChainStore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.1 + 2.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/UICKeyChainStore.podspec b/UICKeyChainStore.podspec index 05fea59..24323cb 100644 --- a/UICKeyChainStore.podspec +++ b/UICKeyChainStore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "UICKeyChainStore" - s.version = "2.1.2" + s.version = "2.2.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.