aboutsummaryrefslogtreecommitdiff
path: root/src/url.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/url.lua')
-rw-r--r--src/url.lua4
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
305end 305end
306 306
307return _M \ No newline at end of file 307return _M