Updating version.

This commit is contained in:
Lucid Kobold
2021-12-05 20:54:43 -06:00
parent 2ac44b4584
commit 992c7f217c

View File

@@ -13,7 +13,7 @@ import MobileNav from "./MobileNav";
const Header = (): JSX.Element => { const Header = (): JSX.Element => {
const appName = "LCM Potty Chart"; const appName = "LCM Potty Chart";
const appVersion = "v0.0.3.3-pre-alpha"; const appVersion = "v0.0.4.0-pre-alpha";
// Add transparency while not at the top of the page. // Add transparency while not at the top of the page.
const [transparentNavbar, setTransparentNavbar] = useState<boolean>(false); const [transparentNavbar, setTransparentNavbar] = useState<boolean>(false);