Adjust stats page, bump patch version

This commit is contained in:
Fred Boniface 2023-03-13 20:40:16 +00:00
parent 97f656f5b6
commit 39fd810118
3 changed files with 17 additions and 5 deletions

View File

@ -64,7 +64,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.1.1</span></p>
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - <span id="ver_str">1.1.2</span></p>
</footer>
</body>
</html>

View File

@ -52,15 +52,27 @@
<th>Version</th>
</tr>
<tr>
<td>owlboard-backend</td>
<td>
<a href="https://git.fjla.uk/OwlBoard/backend">
backend
</a>
</td>
<td id="ver-bkend"></td>
</tr>
<tr>
<td>dbmanager</td>
<td>
<a href="https://git.fjla.uk/OwlBoard/db-manager">
db-manager
</a>
<td>
<td id="ver-dbman"></td>
</tr>
<tr>
<td>owlboard-web</td>
<td>
<a href="https://git.fjla.uk/OwlBoard/web">
web-frontend
</a>
</td>
<td id="ver-web"></td>
</tr>
</table>

2
sw.js
View File

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