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

Commit

Permalink
Merge pull request #5 from vapor/swiftenv-gm-support
Browse files Browse the repository at this point in the history
Swiftenv gm support
  • Loading branch information
Prince2k3 authored Sep 12, 2016
2 parents b8ba859 + 20771c6 commit c21260c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEVELOPMENT-SNAPSHOT-2016-09-06-a
swift-3.0-GM-CANDIDATE
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ let package = Package(
name: "PostgreSQL",
dependencies: [
.Package(url: "https://github.com/qutheory/cpostgresql.git", majorVersion: 0),
.Package(url: "https://github.com/vapor/node.git", majorVersion: 0, minor: 5)
.Package(url: "https://github.com/vapor/node.git", majorVersion: 0, minor: 6)
]
)

0 comments on commit c21260c

Please sign in to comment.