diff --git a/SimpleKeychain.podspec b/SimpleKeychain.podspec index 4e41e1d..2bf8576 100644 --- a/SimpleKeychain.podspec +++ b/SimpleKeychain.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SimpleKeychain" - s.version = "0.2.0" + s.version = "0.2.1" s.summary = "A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely." s.description = <<-DESC A simple way to store items in iOS Keychain, without the hassle of dealing with iOS Keychain API directly.