diff --git a/CHANGELOG b/CHANGELOG index c002f4e..74af749 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +0.1.1 +- Fix Cococapods package (missing Foundation integration) + 0.1.0 - Major performance improvements. - Transition from Optionals to throw error. diff --git a/CryptoSwift.podspec b/CryptoSwift.podspec index 3a1f5d8..97f4b35 100644 --- a/CryptoSwift.podspec +++ b/CryptoSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CryptoSwift" - s.version = "0.1.0" + s.version = "0.1.1" 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" diff --git a/CryptoSwift/Info.plist b/CryptoSwift/Info.plist index 1ff59dd..1a773c9 100644 --- a/CryptoSwift/Info.plist +++ b/CryptoSwift/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.0 + 0.1.1 CFBundleSignature ???? CFBundleVersion