Merge pull request #365 from staffler-xyz/feature/typos

Use 3.0.0 instead of 3.0.0-rc
This commit is contained in:
Tim 2018-10-06 20:00:55 +01:00 committed by GitHub
commit 0fd83e38f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ let package = Package(
name: "VaporApp",
dependencies: [
// 💧 A server-side Swift web framework.
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0-rc"),
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
],
targets: [ ... ]
)