#225 pocket verify packets are from linked computer

This commit is contained in:
Mikayla Fischler
2023-06-07 12:27:13 -04:00
parent cf881548d7
commit f4e7137eb3
2 changed files with 9 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ local coreio = require("pocket.coreio")
local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local POCKET_VERSION = "alpha-v0.4.1"
local POCKET_VERSION = "alpha-v0.4.2"
local println = util.println
local println_ts = util.println_ts