Skip to content

Commit

Permalink
Add Swift 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Sep 20, 2017
1 parent 7c15194 commit 6320a6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: generic
sudo: required
dist: trusty

osx_image: xcode8.3
osx_image: xcode9
before_install:
- if [ $TRAVIS_OS_NAME == "osx" ]; then
brew tap vapor/tap;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Markdown

[![Language](https://img.shields.io/badge/Swift-3-brightgreen.svg)](http://swift.org)
[![Language](https://img.shields.io/badge/Swift-4-brightgreen.svg)](http://swift.org)
[![Build Status](https://travis-ci.org/vapor-community/markdown.svg?branch=master)](https://travis-ci.org/vapor-community/markdown)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/vapor-community/markdown/master/LICENSE)

Expand Down Expand Up @@ -41,5 +41,5 @@ For more information on the available options, see [`cmark`](https://github.com/
## Swift Package Manager

```swift
.Package(url: "https://github.com/vapor-community/markdown.git", majorVersion: 0, minor: 3)
.package(url: "https://github.com/vapor-community/markdown.git", .upToNextMajor(from: "0.4.0"))
```

0 comments on commit 6320a6f

Please sign in to comment.