#204 replaced util.strwrap implementation with cc.strings.wrap

This commit is contained in:
Mikayla Fischler
2023-04-11 23:53:42 -04:00
parent fc9d86f23e
commit 3ae39b2455
4 changed files with 7 additions and 46 deletions

View File

@@ -19,7 +19,7 @@ local iocontrol = require("coordinator.iocontrol")
local renderer = require("coordinator.renderer")
local sounder = require("coordinator.sounder")
local COORDINATOR_VERSION = "v0.12.5"
local COORDINATOR_VERSION = "v0.12.6"
local print = util.print
local println = util.println