#229 PLC changes for UI element register change

This commit is contained in:
Mikayla Fischler
2023-05-13 09:43:42 -04:00
parent b2115fd077
commit e763af9981
4 changed files with 58 additions and 58 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.2.0"
local R_PLC_VERSION = "v1.3.0"
local println = util.println
local println_ts = util.println_ts