From 28f8fd9eb1a756267b8cde25990dfae27f8f5bcc Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 5 Nov 2023 23:31:17 -0300 Subject: [PATCH] Release 0.15.3 --- tl.lua | 2 +- tl.tl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tl.lua b/tl.lua index 15f45a07..c0e1f273 100644 --- a/tl.lua +++ b/tl.lua @@ -1,5 +1,5 @@ local _tl_compat; if (tonumber((_VERSION or ''):match('[%d.]*$')) or 0) < 5.3 then local p, m = pcall(require, 'compat53.module'); if p then _tl_compat = m end end; local assert = _tl_compat and _tl_compat.assert or assert; local debug = _tl_compat and _tl_compat.debug or debug; local io = _tl_compat and _tl_compat.io or io; local ipairs = _tl_compat and _tl_compat.ipairs or ipairs; local load = _tl_compat and _tl_compat.load or load; local math = _tl_compat and _tl_compat.math or math; local _tl_math_maxinteger = math.maxinteger or math.pow(2, 53); local os = _tl_compat and _tl_compat.os or os; local package = _tl_compat and _tl_compat.package or package; local pairs = _tl_compat and _tl_compat.pairs or pairs; local string = _tl_compat and _tl_compat.string or string; local table = _tl_compat and _tl_compat.table or table; local _tl_table_unpack = unpack or table.unpack -local VERSION = "0.15.2+dev" +local VERSION = "0.15.3" local tl = {TypeCheckOptions = {}, Env = {}, Symbol = {}, Result = {}, Error = {}, TypeInfo = {}, TypeReport = {}, TypeReportEnv = {}, } diff --git a/tl.tl b/tl.tl index 7a8414a4..141259a9 100644 --- a/tl.tl +++ b/tl.tl @@ -1,5 +1,5 @@ -local VERSION = "0.15.2+dev" +local VERSION = "0.15.3" local record tl enum LoadMode