Explorar el Código

Release 0.0.16

Marcin Krzyżanowski hace 10 años
padre
commit
8435741cbd
Se han modificado 3 ficheros con 5 adiciones y 2 borrados
  1. 1 1
      CryptoSwift.podspec
  2. 1 1
      CryptoSwift/Info.plist
  3. 3 0
      README.md

+ 1 - 1
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "0.0.15"
+  s.version      = "0.0.16"
   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"

+ 1 - 1
CryptoSwift/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.0.13</string>
+	<string>0.0.16</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>

+ 3 - 0
README.md

@@ -218,6 +218,9 @@ Permission is granted to anyone to use this software for any purpose, including
 
 ##Changelog
 
+0.0.16
+- Critical fix for private "md5" selector issue (#135)
+
 0.0.15
 - Fix 32-bit CTR block mode
 - Carthage support update