Skip to content

Commit

Permalink
Update Package.swift so we use releases of SteamPress
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed May 24, 2017
1 parent 18bffd0 commit c5139e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.pins
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"package": "AuthProvider",
"reason": null,
"repositoryURL": "https://github.com/vapor/auth-provider.git",
"version": "1.0.1"
"version": "1.0.2"
},
{
"package": "BCrypt",
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let package = Package(
name: "SteamPressExample",
dependencies: [
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 2),
.Package(url: "https://github.com/brokenhandsio/SteamPress.git", Version(0,11,0, prereleaseIdentifiers: ["beta"])),
.Package(url: "https://github.com/brokenhandsio/SteamPress.git", majorVersion: 0),
.Package(url: "https://github.com/brokenhandsio/VaporSecurityHeaders.git", majorVersion: 1),
.Package(url: "https://github.com/vapor/leaf-provider.git", majorVersion: 1)
],
Expand Down

0 comments on commit c5139e6

Please sign in to comment.