From 4e05ac93202703016941b0ca95f560014c19c2ae Mon Sep 17 00:00:00 2001 From: Reuh Date: Fri, 26 Dec 2025 15:29:01 +0100 Subject: [PATCH] feat: update rockspec to 1.1.0 --- .../{candran-1.0.0-1.rockspec => candran-1.1.0-1.rockspec} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename rockspec/{candran-1.0.0-1.rockspec => candran-1.1.0-1.rockspec} (78%) diff --git a/rockspec/candran-1.0.0-1.rockspec b/rockspec/candran-1.1.0-1.rockspec similarity index 78% rename from rockspec/candran-1.0.0-1.rockspec rename to rockspec/candran-1.1.0-1.rockspec index d291e73..6053055 100644 --- a/rockspec/candran-1.0.0-1.rockspec +++ b/rockspec/candran-1.1.0-1.rockspec @@ -2,12 +2,12 @@ rockspec_format = "3.0" package = "candran" -version = "1.0.0-1" +version = "1.1.0-1" description = { summary = "A simple Lua dialect and preprocessor.", detailed = [[ - Candran is a dialect of the Lua 5.4 programming language which compiles to Lua 5.4, Lua 5.3, Lua 5.2, LuaJIT and Lua 5.1 compatible code. It adds several useful syntax additions which aims to make Lua faster and easier to write, and a simple preprocessor. + Candran is a dialect of the Lua 5.4 programming language which compiles to Lua 5.5, Lua 5.4, Lua 5.3, Lua 5.2, LuaJIT and Lua 5.1 compatible code. It adds several useful syntax additions which aims to make Lua faster and easier to write, and a simple preprocessor. Unlike Moonscript, Candran tries to stay close to the Lua syntax, and existing Lua code should be able to run on Candran unmodified. ]], license = "MIT", @@ -19,7 +19,7 @@ description = { source = { url = "git://github.com/Reuh/candran", - tag = "v1.0.0" + tag = "v1.1.0" } dependencies = {