Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Phillips committed Jun 15, 2017
1 parent 86d5cfc commit a18a100
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deps/http-codec.lua
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
--[[lit-meta
name = "luvit/http-codec"
version = "2.0.0"
version = "2.0.1"
homepage = "https://github.com/luvit/luvit/blob/master/deps/http-codec.lua"
description = "A simple pair of functions for converting between hex and raw strings."
tags = {"codec", "http"}
Expand Down
2 changes: 1 addition & 1 deletion deps/path/package.lua
@@ -1,6 +1,6 @@
return {
name = "luvit/path",
version = "2.0.0",
version = "2.0.1",
dependencies = {
"luvit/core@2.0.0",
"luvit/los@2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.lua
Expand Up @@ -30,13 +30,13 @@ return {
"luvit/helpful@2.0.1",
"luvit/hooks@2.0.0",
"luvit/http@2.1.1",
"luvit/http-codec@2.0.0",
"luvit/http-codec@2.0.1",
"luvit/http-header@1.0.0",
"luvit/https@2.0.0",
"luvit/json@2.5.1",
"luvit/los@2.0.0",
"luvit/net@2.0.0",
"luvit/path@2.0.0",
"luvit/path@2.0.1",
"luvit/pretty-print@2.0.1",
"luvit/process@2.0.0",
"luvit/querystring@2.0.0",
Expand Down

0 comments on commit a18a100

Please sign in to comment.