Updated minor version

Updated to reflect current version (1.1.12).
This commit is contained in:
Benedikt Reichert 2016-11-12 14:14:47 +01:00 committed by GitHub
parent e4e8d67ddc
commit 8ec6bd61be
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)
]
)
```