Skip to content

Commit

Permalink
Update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Dec 4, 2014
1 parent 2749ff2 commit 1d48902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleKeychain.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 1d48902

Please sign in to comment.