From d21fa94de84d163414c9af57cfd7217f9926cf7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Krzyz=CC=87anowski?= Date: Wed, 14 Oct 2015 08:40:59 +0200 Subject: [PATCH] Relelase 0.1.1 (fix missing Foundation support for Cococapods package) --- CHANGELOG | 3 +++ CryptoSwift.podspec | 2 +- CryptoSwift/Info.plist | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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