Browse Source

Release 0.2.1

Marcin Krzyżanowski 9 years ago
parent
commit
f81c691284
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG
  2. 1 1
      CryptoSwift.podspec

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+0.2.1
+- Fix linux build
+- re-add umbrella header
+
 0.2
 - Rabbit cipher (RFC4503)
 - Linux Swift support

+ 1 - 1
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "0.2.0"
+  s.version      = "0.2.1"
   s.summary      = "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
   s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
   s.homepage     = "https://github.com/krzyzanowskim/CryptoSwift"