We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab5c30 commit e9117cbCopy full SHA for e9117cb
NEWS
@@ -1,4 +1,4 @@
1
-UNRELEASED
+0.3 - 2019-02-13
2
3
- Fix incorrect Sec-WebSocket-Protocol negotiation
4
- Fix incorrect timeout handling in `websocket:receive()`
http-scm-0.rockspec renamed to http-0.3-0.rockspec
@@ -1,5 +1,5 @@
package = "http"
-version = "scm-0"
+version = "0.3-0"
description = {
5
summary = "HTTP library for Lua";
@@ -8,7 +8,8 @@ description = {
8
}
9
10
source = {
11
- url = "git+https://github.com/daurnimator/lua-http.git";
+ url = "https://github.com/daurnimator/lua-http/archive/v0.3.zip";
12
+ dir = "lua-http-0.3";
13
14
15
dependencies = {
http/version.lua
@@ -5,5 +5,5 @@ It should be updated as part of the release process
6
return {
7
name = "lua-http";
- version = "scm";
+ version = "0.3";
0 commit comments