#408 pocket configurator

This commit is contained in:
Mikayla Fischler
2024-02-19 13:49:50 -05:00
parent 02906ae707
commit 8237113577
2 changed files with 578 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ local iocontrol = require("pocket.iocontrol")
local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local POCKET_VERSION = "v0.6.3-alpha"
local POCKET_VERSION = "v0.7.0-alpha"
local println = util.println
local println_ts = util.println_ts