From 1d48902e9da3e42886758f00840bc296ed961700 Mon Sep 17 00:00:00 2001 From: Hernan Zalazar Date: Thu, 4 Dec 2014 12:02:20 -0300 Subject: [PATCH] Update version to 0.2.1 --- SimpleKeychain.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.