pis #2

Merged
fred.boniface merged 76 commits from pis into main 2023-05-06 21:53:45 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d7a0ba246f - Show all commits

View File

@ -66,7 +66,7 @@
</div>
<!-- Footer -->
<footer>
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - <span id="ver_str">1.2.4</span></p>
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - <span id="ver_str">2.0.0-dev</span></p>
</footer>
</body>
</html>

2
sw.js
View File

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