Skip to content

Commit

Permalink
Merge pull request #45 from vapor/18
Browse files Browse the repository at this point in the history
gm updates
  • Loading branch information
tanner0101 authored Sep 9, 2016
2 parents 47aa0a6 + 82e956c commit e126011
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ let package = Package(
.Package(url: "https://github.com/vapor/cmysql.git", majorVersion: 0, minor: 3),

// Data structure for converting between multiple representations
.Package(url: "https://github.com/vapor/node.git", majorVersion: 0, minor: 5),
.Package(url: "https://github.com/vapor/node.git", majorVersion: 0, minor: 6),

// Core extensions, type-aliases, and functions that facilitate common tasks
.Package(url: "https://github.com/vapor/core.git", majorVersion: 0, minor: 4),
.Package(url: "https://github.com/vapor/core.git", majorVersion: 0, minor: 5),

// JSON parsing and serialization for storing arrays and objects in MySQL
.Package(url: "https://github.com/vapor/json.git", majorVersion: 0, minor: 6)
.Package(url: "https://github.com/vapor/json.git", majorVersion: 0, minor: 7)
]
)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ This wrapper was created to power [Fluent](https://github.com/qutheory/fluent),

|MySQL|Xcode|Swift|
|:-:|:-:|:-:|
|0.6.x|8.0 GM|DEVELOPMENT-SNAPSHOT-2016-09-06-a|
|0.5.x|8.0 Beta **6**|DEVELOPMENT-SNAPSHOT-2016-08-18-a|
|0.4.x|8.0 Beta **3**|DEVELOPMENT-SNAPSHOT-2016-07-25-a|
|0.3.x|8.0 Beta **3**|DEVELOPMENT-SNAPSHOT-2016-07-25-a|
Expand Down

0 comments on commit e126011

Please sign in to comment.