diff options
Diffstat (limited to 'src/url.lua')
-rw-r--r-- | src/url.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/url.lua b/src/url.lua index 3c4f85d..7809535 100644 --- a/src/url.lua +++ b/src/url.lua | |||
@@ -18,7 +18,7 @@ local _M = socket.url | |||
18 | ----------------------------------------------------------------------------- | 18 | ----------------------------------------------------------------------------- |
19 | -- Module version | 19 | -- Module version |
20 | ----------------------------------------------------------------------------- | 20 | ----------------------------------------------------------------------------- |
21 | _M._VERSION = "URL 1.0.2" | 21 | _M._VERSION = "URL 1.0.3" |
22 | 22 | ||
23 | ----------------------------------------------------------------------------- | 23 | ----------------------------------------------------------------------------- |
24 | -- Encodes a string into its escaped hexadecimal representation | 24 | -- Encodes a string into its escaped hexadecimal representation |
@@ -304,4 +304,4 @@ function _M.build_path(parsed, unsafe) | |||
304 | return path | 304 | return path |
305 | end | 305 | end |
306 | 306 | ||
307 | return _M \ No newline at end of file | 307 | return _M |