Browse Source

Lock publick methods to prevent concurrency issues

Evgenii Neumerzhitckii 6 years ago
parent
commit
55e0e5348c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      KeychainSwift.podspec

+ 1 - 1
KeychainSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name        = "KeychainSwift"
-  s.version     = "16.0.0"
+  s.version     = "16.0.1"
   s.license     = { :type => "MIT" }
   s.homepage    = "https://github.com/evgenyneu/keychain-swift"
   s.summary     = "A library for saving text and data in the Keychain with Swift."