From 877e4ac6e23370d4eccc6202a513714ec3ff2838 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Fri, 5 Mar 2021 11:33:29 +0100 Subject: [PATCH] Bump new version --- data/core/start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/core/start.lua b/data/core/start.lua index aece9943..d89d7dc2 100644 --- a/data/core/start.lua +++ b/data/core/start.lua @@ -1,6 +1,6 @@ -- this file is used by lite-xl to setup the Lua environment -- when starting -VERSION = "1.16.1" +VERSION = "1.16.2" SCALE = tonumber(os.getenv("LITE_SCALE")) or SCALE PATHSEP = package.config:sub(1, 1)