Changing from 2.1-rc1 to 3.0-rc1.
This commit is contained in:
parent
906abf29d1
commit
6e00ffd62f
10 changed files with 33 additions and 34 deletions
|
@ -18,7 +18,7 @@ local _M = socket.url
|
|||
-----------------------------------------------------------------------------
|
||||
-- Module version
|
||||
-----------------------------------------------------------------------------
|
||||
_M._VERSION = "URL 1.0.2"
|
||||
_M._VERSION = "URL 1.0.3"
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
-- Encodes a string into its escaped hexadecimal representation
|
||||
|
@ -304,4 +304,4 @@ function _M.build_path(parsed, unsafe)
|
|||
return path
|
||||
end
|
||||
|
||||
return _M
|
||||
return _M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue