#554 fixed app loading multiple times

This commit is contained in:
Mikayla Fischler
2024-10-06 21:16:25 -04:00
parent acb5a1cbf9
commit f61791427d
2 changed files with 3 additions and 3 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.12.5-alpha"
local POCKET_VERSION = "v0.12.6-alpha"
local println = util.println
local println_ts = util.println_ts