Frontend: Update version string

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-02-02 20:45:05 +00:00
parent 43feea08de
commit 5e154424de
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
<!-- Footer -->
<footer>
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - 0.0.1-dev-2023020201</p>
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - 0.0.1-dev-2023020202</p>
</footer>
</body>

View File

@ -1,6 +1,6 @@
/* Service Worker */
const appVersion = "0.0.1-dev-2023020201"
const appVersion = "0.0.1-dev-2023020202"
const cacheName = `owlboard-${appVersion}`
const cacheIDs = [cacheName]
const cacheFiles = [