Skip to content

Commit

Permalink
Merge pull request #37 from vapor/two
Browse files Browse the repository at this point in the history
updating for two
  • Loading branch information
loganwright authored May 17, 2017
2 parents d329b63 + ea0e51c commit 2d62713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
// Target(name: "ConsoleExample", dependencies: ["Console"])
],
dependencies: [
.Package(url: "https://github.com/vapor/core.git", Version(2,0,0, prereleaseIdentifiers: ["beta"])),
.Package(url: "https://github.com/vapor/core.git", majorVersion: 2),
],
exclude: [
"Sources/ConsoleExample"
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/25430020/53681c6c-2a7b-11e7-9568-5abe0d6b89ae.png" width="320" alt="Fluent">
<br>
<br>
<a href="http://beta.docs.vapor.codes/console/package/">
<a href="https://docs.vapor.codes/console/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 2d62713

Please sign in to comment.