Skip to content

Commit

Permalink
Merge pull request #16 from vapor/gm
Browse files Browse the repository at this point in the history
gm
  • Loading branch information
loganwright authored Sep 8, 2016
2 parents ad6fd46 + 7031ca2 commit 9a2fb81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEVELOPMENT-SNAPSHOT-2016-08-18-a
DEVELOPMENT-SNAPSHOT-2016-09-06-a
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "Leaf",
dependencies: [
.Package(url: "https://github.com/vapor/core.git", majorVersion: 0),
.Package(url: "https://github.com/vapor/node.git", majorVersion: 0)
.Package(url: "https://github.com/vapor/core.git", majorVersion: 0, minor: 5),
.Package(url: "https://github.com/vapor/node.git", majorVersion: 0, minor: 6)
]
)

0 comments on commit 9a2fb81

Please sign in to comment.