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

@ -76,7 +76,7 @@ end
```` ````
**Current status**: Candran is heavily used in several of my personal projects and works as expected. **Current status**: Candran is stable ; I use it heavily used in several of my personal projects and maintain it. If there's no activity on the repo, it means there's no bug or new Lua version that requires an update.
Candran is released under the MIT License (see ```LICENSE``` for details). Candran is released under the MIT License (see ```LICENSE``` for details).

View file

@ -1,5 +1,5 @@
local candran = { local candran = {
VERSION = "1.0.0" VERSION = "1.1.0"
} }
package.loaded["candran"] = candran package.loaded["candran"] = candran

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 package["loaded"]["candran"] = candran -- candran.can:4
local function _() -- candran.can:7 local function _() -- candran.can:7
local candran = require("candran") -- ./candran/util.can:1 local candran = require("candran") -- ./candran/util.can:1