fixed up types/names for hazard button

This commit is contained in:
Mikayla Fischler
2022-10-07 10:28:46 -04:00
parent 9d60777223
commit d4da6a7f3a
3 changed files with 7 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ local config = require("coordinator.config")
local coordinator = require("coordinator.coordinator")
local renderer = require("coordinator.renderer")
local COORDINATOR_VERSION = "alpha-v0.5.1"
local COORDINATOR_VERSION = "alpha-v0.5.2"
local print = util.print
local println = util.println