#504 fixed reactor idle status on pocket display

This commit is contained in:
Mikayla Fischler
2024-06-29 12:18:55 -04:00
parent 2bc20ec312
commit bc76c01aa5
2 changed files with 5 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local threads = require("pocket.threads")
local POCKET_VERSION = "v0.10.0-alpha"
local POCKET_VERSION = "v0.10.1-alpha"
local println = util.println
local println_ts = util.println_ts