From 82e956c134f9f6626353035b286d4f45fb096929 Mon Sep 17 00:00:00 2001 From: Tanner Nelson Date: Fri, 9 Sep 2016 02:38:42 -0400 Subject: [PATCH] gm updates --- .swift-version | 2 +- Package.swift | 6 +++--- README.md | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.swift-version b/.swift-version index c780b413..37004a42 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -DEVELOPMENT-SNAPSHOT-2016-08-18-a +DEVELOPMENT-SNAPSHOT-2016-09-06-a diff --git a/Package.swift b/Package.swift index b5ce31e4..74b0fd96 100644 --- a/Package.swift +++ b/Package.swift @@ -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) ] ) diff --git a/README.md b/README.md index a22f7d98..a7f72e5f 100644 --- a/README.md +++ b/README.md @@ -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|