Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from nodes-vapor/feature/vapor-2-released
Browse files Browse the repository at this point in the history
Update to Vapor 2
  • Loading branch information
steffendsommer authored May 18, 2017
2 parents e9da69d + 12d4f59 commit babd706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

Package.pins
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import PackageDescription
let package = Package(
name: "DataURI",
dependencies: [
.Package(url: "https://github.com/vapor/vapor.git", Version(2,0,0, prereleaseIdentifiers: ["beta"])),
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 2),
]
)

0 comments on commit babd706

Please sign in to comment.