someone had PFE in an induction matrix so now i've gotta support some bigger numbers in the power format

This commit is contained in:
Mikayla Fischler
2022-11-10 12:00:23 -05:00
parent 806b217d58
commit bc63a06b09
2 changed files with 21 additions and 9 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.6.3"
local COORDINATOR_VERSION = "alpha-v0.6.4"
local print = util.print
local println = util.println