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> </div>
<!-- Footer --> <!-- Footer -->
<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> </footer>
</body> </body>
</html> </html>

View File

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

2
sw.js
View File

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