diff --git a/UICKeyChainStore.podspec b/UICKeyChainStore.podspec index 2f4e525..f56a569 100644 --- a/UICKeyChainStore.podspec +++ b/UICKeyChainStore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "UICKeyChainStore" - s.version = "1.1.0" + s.version = "1.1.1" s.summary = "UICKeyChainStore is a simple wrapper for Keychain on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults." s.homepage = "https://github.com/kishikawakatsumi/UICKeyChainStore" s.social_media_url = "https://twitter.com/k_katsumi"