Skip to content

Commit

Permalink
Update to swift 403 (#32)
Browse files Browse the repository at this point in the history
* Update to swift 403

* Update to swift 403

* README update

* [skip ci] Update README
  • Loading branch information
ShihabMehboob authored and Aaron Liberatore committed Jan 3, 2018
1 parent 26403ca commit bf3f399
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2
4.0.3
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
dist: trusty
sudo: required
- os: osx
osx_image: xcode9.1
osx_image: xcode9.2
sudo: required

before_install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Plugin for [Kitura-Credentials](https://github.com/IBM-Swift/Kitura-Credentials)
* [License](#license)

## Swift version
The latest version of Kitura-CredentialsGitHub requires **Swift 4**. You can download this version of the Swift binaries by following this [link](https://swift.org/download/). Compatibility with other Swift versions is not guaranteed.
The latest version of Kitura-CredentialsGitHub requires **Swift 4.0** or newer. You can download this version of the Swift binaries by following this [link](https://swift.org/download/). Compatibility with other Swift versions is not guaranteed.

## Example of GitHub web login
This guide assumes basic knowledge of `Kitura` app routing.
Expand Down

0 comments on commit bf3f399

Please sign in to comment.