Merge pull request #78 from benediktreichert/master

Updated minor version in manual installation guide.
This commit is contained in:
Tanner 2016-11-14 13:57:40 -05:00 committed by GitHub
commit 1b33580477
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ import PackageDescription
let package = Package(
name: "Hello",
dependencies: [
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 1, minor: 0)
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 1, minor: 1)
]
)
```