mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-24 01:39:49 +02:00
Changing from 2.1-rc1 to 3.0-rc1.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user