diff --git a/CryptoSwift.podspec b/CryptoSwift.podspec index a89c26e..bd038e0 100644 --- a/CryptoSwift.podspec +++ b/CryptoSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CryptoSwift" - s.version = "0.0.9" + s.version = "0.0.10" s.summary = "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES." s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES." s.homepage = "https://github.com/krzyzanowskim/CryptoSwift"