Skip to content

Commit f71e970

Browse files
committedFeb 3, 2019
Version bump to 0.13
1 parent fb46928 commit f71e970

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎dist.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ is_original=yes
55
license=2bsd
66
lib_dir=lib
77
doc_dir=lib
8-
repo_link=https://github.com/pintsized/lua-resty-http
8+
repo_link=https://github.com/ledgetech/lua-resty-http
99
main_module=lib/resty/http.lua

‎lib/resty/http.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ end
9999

100100

101101
local _M = {
102-
_VERSION = '0.12',
102+
_VERSION = '0.13',
103103
}
104104
_M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version
105105

‎lib/resty/http_headers.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local rawget, rawset, setmetatable =
44
local str_lower = string.lower
55

66
local _M = {
7-
_VERSION = '0.12',
7+
_VERSION = '0.13',
88
}
99

1010

‎lua-resty-http-0.12-0.rockspec ‎lua-resty-http-0.13-0.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-http"
2-
version = "0.12-0"
2+
version = "0.13-0"
33
source = {
44
url = "git://github.com/pintsized/lua-resty-http",
5-
tag = "v0.12"
5+
tag = "v0.13"
66
}
77
description = {
88
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",

0 commit comments

Comments
 (0)
Please sign in to comment.