diff --git a/candran.can b/candran.can index a80cf91..995a01d 100644 --- a/candran.can +++ b/candran.can @@ -15,7 +15,7 @@ local unpack = unpack or table.unpack local candran = { - VERSION = "0.13.1" + VERSION = "0.13.0" } --- Default options. diff --git a/candran.lua b/candran.lua index 28e491e..fa5cca6 100644 --- a/candran.lua +++ b/candran.lua @@ -6398,7 +6398,7 @@ end -- ./candran/can-parser/parser.lua:777 local parser = _() or parser -- ./candran/can-parser/parser.lua:781 package["loaded"]["candran.can-parser.parser"] = parser or true -- ./candran/can-parser/parser.lua:782 local unpack = unpack or table["unpack"] -- candran.can:15 -local candran = { ["VERSION"] = "0.13.1" } -- candran.can:18 +local candran = { ["VERSION"] = "0.13.0" } -- candran.can:18 candran["default"] = { -- candran.can:22 ["target"] = "lua54", -- candran.can:23 ["indentation"] = "", -- candran.can:24 diff --git a/rockspec/candran-0.12.0-1.rockspec b/rockspec/candran-0.13.0-1.rockspec similarity index 72% rename from rockspec/candran-0.12.0-1.rockspec rename to rockspec/candran-0.13.0-1.rockspec index 6e2588d..1df15eb 100644 --- a/rockspec/candran-0.12.0-1.rockspec +++ b/rockspec/candran-0.13.0-1.rockspec @@ -2,12 +2,12 @@ rockspec_format = "3.0" package = "candran" -version = "0.12.0-1" +version = "0.13.0-1" description = { summary = "A simple Lua dialect and preprocessor.", detailed = [[ - Candran is a dialect of the Lua 5.3 programming language which compiles to Lua 5.3, 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.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 = "v0.12.0" + tag = "v0.13.0" } dependencies = {