Skip to content

Commit

Permalink
Merge pull request #21 from vapor/two
Browse files Browse the repository at this point in the history
package/readme
  • Loading branch information
loganwright authored May 17, 2017
2 parents a0708ae + c702bf7 commit 9381414
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ let package = Package(
],
dependencies: [
// Core vapor transport layer
.Package(url: "https://github.com/vapor/engine.git", Version(2,0,0, prereleaseIdentifiers: ["beta"])),
.Package(url: "https://github.com/vapor/node.git", Version(2,0,0, prereleaseIdentifiers: ["beta"]))
.Package(url: "https://github.com/vapor/engine.git", majorVersion: 2),
.Package(url: "https://github.com/vapor/node.git", majorVersion: 2),
],
exclude: [
"Sources/TypeSafeGenerator"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://cloud.githubusercontent.com/assets/1977704/25427184/10acfe5a-2a72-11e7-953f-503d9fb1a115.png" width="320" alt="Routing">
<br>
<br>
<a href="http://beta.docs.vapor.codes/routing/package/">
<a href="https://docs.vapor.codes/2.0/routing/package/">
<img src="http://img.shields.io/badge/read_the-docs-92A8D1.svg" alt="Documentation">
</a>
<a href="http://vapor.team">
Expand All @@ -17,4 +17,4 @@
<a href="https://swift.org">
<img src="http://img.shields.io/badge/swift-3.1-brightgreen.svg" alt="Swift 3.1">
</a>
</center>
</p>

0 comments on commit 9381414

Please sign in to comment.