Explorar o código

Update to Swift 4.0

Evgenii Neumerzhitckii %!s(int64=8) %!d(string=hai) anos
pai
achega
5703c22179
Modificáronse 3 ficheiros con 6 adicións e 1 borrados
  1. 1 0
      .swift-version
  2. 4 0
      CHANGELOG.md
  3. 1 1
      KeychainSwift.podspec

+ 1 - 0
.swift-version

@@ -0,0 +1 @@
+4.0

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # KeychainSwift version history
 
+## 9.0.0 (2017-09-23)
+
+Update to Swift 4.0.
+
 ## 8.0.3 (2017-04-08)
 
 Fixed Package Manager setup ([maxkramerbcgdv](https://github.com/maxkramerbcgdv)).

+ 1 - 1
KeychainSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name        = "KeychainSwift"
-  s.version     = "8.0.2"
+  s.version     = "9.0.0"
   s.license     = { :type => "MIT" }
   s.homepage    = "https://github.com/marketplacer/keychain-swift"
   s.summary     = "A library for saving text and data in the Keychain with Swift."