From cb90d37751424d6e89eaa7882149c034f031ad5d Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Sat, 27 Nov 2021 19:32:35 -0600 Subject: [PATCH] Upgraded version info --- theme/layout/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/layout/Header.tsx b/theme/layout/Header.tsx index 4f17ce5..2eaa77b 100644 --- a/theme/layout/Header.tsx +++ b/theme/layout/Header.tsx @@ -15,7 +15,7 @@ import MobileNav from "./MobileNav"; const Header = (): JSX.Element => { const appName = "LCM Potty Chart" - const appVersion = "v0.0.2.4-pre-alpha" + const appVersion = "v0.0.2.5-pre-alpha" // Add transparency while not at the top of the page. -- 2.49.1