Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Update version in README (Package.swift)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijs2704 committed Oct 31, 2016
1 parent 285f454 commit 5bc93bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ brew link curl --force
Add the following dependency to your `Package.swift` file:

```swift
.Package(url:"https://github.com/matthijs2704/vapor-apns.git", majorVersion: 1, minor: 0)
.Package(url:"https://github.com/matthijs2704/vapor-apns.git", majorVersion: 1, minor: 1)
```

And then run `vapor fetch` command, if you have the Vapor toolbox installed.
Expand Down

0 comments on commit 5bc93bb

Please sign in to comment.