#592 fixed bug with pocket help page linking navigation

This commit is contained in:
Mikayla Fischler
2025-05-10 17:30:54 -04:00
parent fcb17ae5e7
commit 264edc0030
3 changed files with 7 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local threads = require("pocket.threads")
local POCKET_VERSION = "v0.13.3-beta"
local POCKET_VERSION = "v0.13.4-beta"
local println = util.println
local println_ts = util.println_ts