1
0
Fork 0
mirror of https://github.com/Reuh/candran.git synced 2026-02-04 02:08:40 +00:00

docs: bump version to 1.1.°

This commit is contained in:
Étienne Fildadut 2025-12-26 15:24:14 +01:00
parent 15c4ebe701
commit 69cb2f9232
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
local candran = { ["VERSION"] = "1.0.0" } -- candran.can:2
local candran = { ["VERSION"] = "1.1.0" } -- candran.can:2
package["loaded"]["candran"] = candran -- candran.can:4
local function _() -- candran.can:7
local candran = require("candran") -- ./candran/util.can:1