Updated Vapor version to official release

This commit is contained in:
Caleb Kleveter 2018-05-07 15:03:26 -05:00
parent e581cf7f0a
commit 936ce2eea3
No known key found for this signature in database
GPG Key ID: 30A5A6F3A0ED7EDA
2 changed files with 43 additions and 25 deletions

View File

@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/vapor/console.git",
"state": {
"branch": null,
"revision": "038e30ec9004fb1915d14d964a3facc1ec5c80f4",
"version": "3.0.0"
"revision": "5b9796d39f201b3dd06800437abd9d774a455e57",
"version": "3.0.2"
}
},
{
@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/vapor/core.git",
"state": {
"branch": null,
"revision": "ce64e70a48adf54835d040ba4c4dab431e2cd020",
"version": "3.1.1"
"revision": "efe79e4f59445b661ba7e6511c2a0b80645c2e72",
"version": "3.1.6"
}
},
{
@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/vapor/crypto.git",
"state": {
"branch": null,
"revision": "a5598aba7a118c29b224122c16598a1919b9e67d",
"version": "3.0.1"
"revision": "1b8c2ba5a42f1adf2aa812204678d8b16466fa59",
"version": "3.1.2"
}
},
{
@ -33,17 +33,17 @@
"repositoryURL": "https://github.com/vapor/database-kit.git",
"state": {
"branch": null,
"revision": "e594e658cc001e04b8d4ad13881d8714c510f94f",
"version": "1.0.0-rc.2.2.2"
"revision": "0db303439e5ef8b6df50a2b6c4029edddee90cb0",
"version": "1.0.1"
}
},
{
"package": "Engine",
"repositoryURL": "https://github.com/vapor/engine.git",
"package": "HTTP",
"repositoryURL": "https://github.com/vapor/http.git",
"state": {
"branch": null,
"revision": "2419e37d689b78c9197b2f38cd8f2901cd7dcf9e",
"version": "3.0.0-rc.2.3.1"
"revision": "9246340ae4c5310627099349fc74785267b55607",
"version": "3.0.5"
}
},
{
@ -51,8 +51,8 @@
"repositoryURL": "https://github.com/vapor/multipart.git",
"state": {
"branch": null,
"revision": "d7b641af117910e66781022c1c82638216cad62c",
"version": "3.0.0"
"revision": "7778dcb62f3efa845e8e2808937bb347575ba7ce",
"version": "3.0.1"
}
},
{
@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/vapor/routing.git",
"state": {
"branch": null,
"revision": "2fc1d4de22a54848b35ad17b3e7f7816f19ebf90",
"version": "3.0.0-rc.2"
"revision": "3219e328491b0853b8554c5a694add344d2c6cfb",
"version": "3.0.1"
}
},
{
@ -78,8 +78,8 @@
"repositoryURL": "https://github.com/apple/swift-nio.git",
"state": {
"branch": null,
"revision": "3275ff7c9c791a628631c2c51b39fd94346b2492",
"version": "1.4.2"
"revision": "a5db2a67515ad2b490ac5646db204a5edf939f47",
"version": "1.6.1"
}
},
{
@ -87,8 +87,8 @@
"repositoryURL": "https://github.com/apple/swift-nio-ssl.git",
"state": {
"branch": null,
"revision": "ea006b6368dbd9dbfd297deb6ddb3f070b72d043",
"version": "1.0.1"
"revision": "38955a5f806a952daf2b16fbfe9aa529749cf1dd",
"version": "1.1.0"
}
},
{
@ -114,8 +114,17 @@
"repositoryURL": "https://github.com/vapor/template-kit.git",
"state": {
"branch": null,
"revision": "497b987a79291c3743fe4ba6f17eadcdf20c1728",
"version": "1.0.0"
"revision": "43b57b5861d5181b906ac6411d28645e980bb638",
"version": "1.0.1"
}
},
{
"package": "URLEncodedForm",
"repositoryURL": "https://github.com/vapor/url-encoded-form.git",
"state": {
"branch": null,
"revision": "8448fa943057c01220f6a940d3b1b8e9fd92a96e",
"version": "1.0.2"
}
},
{
@ -132,8 +141,17 @@
"repositoryURL": "https://github.com/vapor/vapor.git",
"state": {
"branch": null,
"revision": "26b5c4032f236cc78e6fd3a51ac6d8aceb5a3a4f",
"version": "3.0.0-rc.2.4.1"
"revision": "821184be792dfa144a82fe379784e04eb9dad1eb",
"version": "3.0.1"
}
},
{
"package": "WebSocket",
"repositoryURL": "https://github.com/vapor/websocket.git",
"state": {
"branch": null,
"revision": "23acd21aa37a200faa2f5d5525c974efa6b5676c",
"version": "1.0.0"
}
}
]

View File

@ -7,7 +7,7 @@ let package = Package(
.library(name: "VaporRequestStorage", targets: ["VaporRequestStorage"]),
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0-rc")
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0")
],
targets: [
.target(name: "VaporRequestStorage", dependencies: ["Vapor"], path: "Sources"),