From 6e00ffd62f135c30be3b5a6404a722beb1bdf215 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Tue, 11 Jun 2013 19:10:03 +0800 Subject: Changing from 2.1-rc1 to 3.0-rc1. --- src/url.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/url.lua') 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 ----------------------------------------------------------------------------- -- 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 \ No newline at end of file +return _M -- cgit v1.2.3-55-g6feb