瀏覽代碼

Bump version to 0.15.0

Marcin Krzyzanowski 6 年之前
父節點
當前提交
5da70ba744
共有 3 個文件被更改,包括 4 次插入7 次删除
  1. 0 3
      .github/PULL_REQUEST_TEMPLATE.md
  2. 3 3
      CryptoSwift.podspec
  3. 1 1
      Sources/CryptoSwift/Info.plist

+ 0 - 3
.github/PULL_REQUEST_TEMPLATE.md

@@ -1,12 +1,9 @@
 Fixes #
 
 Checklist:
-- [ ] Pull request against a `develop` branch.
 - [ ] Correct file headers (see CONTRIBUTING.md).
 - [ ] Formatted with [SwiftFormat](https://github.com/nicklockwood/SwiftFormat).
 - [ ] Tests added.
 
 Changes proposed in this pull request:
 - 
-- 
-- 

+ 3 - 3
CryptoSwift.podspec

@@ -1,9 +1,9 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "1.0.0"
+  s.version      = "0.15.0"
   s.source       = { :git => "https://github.com/krzyzanowskim/CryptoSwift.git", :tag => "#{s.version}" }
-  s.summary      = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, ChaCha20, Rabbit, Blowfish, AES."
-  s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, scrypt, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES"
+  s.summary      = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, Scrypt, ChaCha20, Rabbit, Blowfish, AES."
+  s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, Scrypt, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES"
   s.homepage     = "https://github.com/krzyzanowskim/CryptoSwift"
   s.license      = {:type => "Attribution", :file => "LICENSE"}
   s.authors      = {'Marcin Krzyżanowski' => 'marcin@krzyzanowskim.com'}

+ 1 - 1
Sources/CryptoSwift/Info.plist

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