diff --git a/dist.ini b/dist.ini index 342193d..c00bda8 100644 --- a/dist.ini +++ b/dist.ini @@ -5,5 +5,5 @@ is_original=yes license=2bsd lib_dir=lib doc_dir=lib -repo_link=https://github.com/pintsized/lua-resty-http +repo_link=https://github.com/ledgetech/lua-resty-http main_module=lib/resty/http.lua diff --git a/lib/resty/http.lua b/lib/resty/http.lua index 1cb97f0..9473c18 100644 --- a/lib/resty/http.lua +++ b/lib/resty/http.lua @@ -99,7 +99,7 @@ end local _M = { - _VERSION = '0.12', + _VERSION = '0.13', } _M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version diff --git a/lib/resty/http_headers.lua b/lib/resty/http_headers.lua index 56069ec..247f26d 100644 --- a/lib/resty/http_headers.lua +++ b/lib/resty/http_headers.lua @@ -4,7 +4,7 @@ local rawget, rawset, setmetatable = local str_lower = string.lower local _M = { - _VERSION = '0.12', + _VERSION = '0.13', } diff --git a/lua-resty-http-0.12-0.rockspec b/lua-resty-http-0.13-0.rockspec similarity index 93% rename from lua-resty-http-0.12-0.rockspec rename to lua-resty-http-0.13-0.rockspec index d727114..ec5349d 100644 --- a/lua-resty-http-0.12-0.rockspec +++ b/lua-resty-http-0.13-0.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-http" -version = "0.12-0" +version = "0.13-0" source = { url = "git://github.com/pintsized/lua-resty-http", - tag = "v0.12" + tag = "v0.13" } description = { summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",