From 96d8b6ab58894fa3feafb9c61a4eba844ee78ade Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Thu, 9 Dec 2021 16:00:12 -0600 Subject: [PATCH] Updated 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 d56a150..a4e45bf 100644 --- a/theme/layout/Header.tsx +++ b/theme/layout/Header.tsx @@ -13,7 +13,7 @@ import MobileNav from "./MobileNav"; const Header = (): JSX.Element => { const appName = "LCM Potty Chart"; - const appVersion = "v0.0.4.0-pre-alpha"; + const appVersion = "v0.0.4.1-pre-alpha"; // Add transparency while not at the top of the page. const [transparentNavbar, setTransparentNavbar] = useState(false); -- 2.49.1