#62 basic start of the UI

This commit is contained in:
Mikayla Fischler
2022-06-11 17:58:29 -04:00
parent 7dbc5594b0
commit 3593493c98
2 changed files with 15 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ local config = require("coordinator.config")
local coordinator = require("coordinator.coordinator")
local renderer = require("coordinator.renderer")
local COORDINATOR_VERSION = "alpha-v0.1.5"
local COORDINATOR_VERSION = "alpha-v0.1.6"
local print = util.print
local println = util.println