Changing from 2.1-rc1 to 3.0-rc1.

This commit is contained in:
Diego Nehab 2013-06-11 19:10:03 +08:00
parent 906abf29d1
commit 6e00ffd62f
10 changed files with 33 additions and 34 deletions

View file

@ -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