Sfoglia il codice sorgente

Bump version to 0.6.8

Marcin Krzyżanowski 8 anni fa
parent
commit
2680226178
3 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 2 1
      CHANGELOG
  2. 2 2
      CryptoSwift.podspec
  3. 1 1
      Sources/CryptoSwift/Info.plist

+ 2 - 1
CHANGELOG

@@ -1,7 +1,8 @@
-0.6.x
+0.6.8
 - Speed up MD5()
 - Faster Array(hex:)
 - Improve AES performance
+- Fix tvOS bitcode
 - Fix Blowfish CFB, OFB, CTR block modes.
 - Fix Blowfish for 32-bit arch.
 - Fix ChaCha20 preconditions

+ 2 - 2
CryptoSwift.podspec

@@ -1,8 +1,8 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "0.6.7"
+  s.version      = "0.6.8"
   s.summary      = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES."
-  s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
+  s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES."
   s.homepage     = "https://github.com/krzyzanowskim/CryptoSwift"
   s.license      = {:type => "Attribution License", :file => "LICENSE"}
   s.source       = { :git => "https://github.com/krzyzanowskim/CryptoSwift.git", :tag => "#{s.version}" }

+ 1 - 1
Sources/CryptoSwift/Info.plist

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