Update version to LuaSec 1.0.2

This commit is contained in:
Bruno Silvestre
2021-08-14 10:16:35 -03:00
parent 79bbc0bc3e
commit 316bea078c
19 changed files with 41 additions and 25 deletions

View File

@ -1,5 +1,5 @@
----------------------------------------------------------------------------
-- LuaSec 1.0.1
-- LuaSec 1.0.2
-- Copyright (C) 2009-2021 PUC-Rio
--
-- Author: Pablo Musa
@ -18,8 +18,8 @@ local try = socket.try
-- Module
--
local _M = {
_VERSION = "1.0.1",
_COPYRIGHT = "LuaSec 1.0.1 - Copyright (C) 2009-2021 PUC-Rio",
_VERSION = "1.0.2",
_COPYRIGHT = "LuaSec 1.0.2 - Copyright (C) 2009-2021 PUC-Rio",
PORT = 443,
TIMEOUT = 60
}