Skip to content

Commit

Permalink
Version bump to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pintsized committed Feb 3, 2019
1 parent fb46928 commit f71e970
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/resty/http.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/resty/http_headers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local rawget, rawset, setmetatable =
local str_lower = string.lower

local _M = {
_VERSION = '0.12',
_VERSION = '0.13',
}


Expand Down
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit f71e970

Please sign in to comment.