#193 pocket main application core

This commit is contained in:
Mikayla Fischler
2023-04-16 15:05:28 -04:00
parent d9ec3d7825
commit e9290540f5
9 changed files with 174 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ local config = require("pocket.config")
local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local POCKET_VERSION = "alpha-v0.1.0"
local POCKET_VERSION = "alpha-v0.1.1"
-- local print = util.print
local println = util.println