소스 검색

Update version number to 0.3.1

Marcin Krzyżanowski 9 년 전
부모
커밋
3f9ca1c198
3개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 0
      CHANGELOG
  2. 1 1
      CryptoSwift.podspec
  3. 1 1
      Sources/CryptoSwift/Info.plist

+ 3 - 0
CHANGELOG

@@ -1,3 +1,6 @@
+0.3.1
+- replace deprecated Bit with new enum.
+
 0.3
 - Swift 2.2 support
 - use generators for cipher block modes should reduce memory overload.

+ 1 - 1
CryptoSwift.podspec

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

+ 1 - 1
Sources/CryptoSwift/Info.plist

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