setting version number

This commit is contained in:
coulisse 2024-03-30 07:03:37 +01:00
parent 9d5b509199
commit 2027ec9da8
7 changed files with 9 additions and 9 deletions

View File

@ -24,5 +24,5 @@ keywords:
- dxcluster
- spiderweb
license: GPL-3.0
version: v2.5.3
date-released: 2024-03-29
version: v2.5.4
date-released: 2024-03-30

View File

@ -9,7 +9,7 @@
[![CodeFactor](https://www.codefactor.io/repository/github/coulisse/spiderweb/badge)](https://www.codefactor.io/repository/github/coulisse/spiderweb)
- **Release:** v2.5.3
- **Release:** v2.5.4
- **Author:** Corrado Gerbaldo - [IU1BOW](https://www.qrz.com/db/IU1BOW)
- **Mail:** <corrado.gerbaldo@gmail.com>
- **Licensing:** Gpl V3.0 see [LICENSE](LICENSE) file.

View File

@ -1 +1 @@
v2.5.3
v2.5.4

View File

@ -1,6 +1,6 @@
### Change log
Date: 29/03/2024
Release: v2.5.3
Date: 30/03/2024
Release: v2.5.4
- tested with Python 3.12
- replaced mysql driver with mariadb driver
- upgraded Echarts lib from 5.3 to 5.5

View File

@ -1,5 +1,5 @@
{
"name": "IU1BOW Spiderweb v2.5.3",
"name": "IU1BOW Spiderweb v2.5.4",
"description": "DXCluser for ham radio by IU1BOW",
"short_name": "Spiderweb",
"theme_color": "#f3b221",

View File

@ -1,5 +1,5 @@
// Dichiarazione della costante per il nome della cache
const CACHE_NAME = 'pwa-spiderweb_v2.5.3'
const CACHE_NAME = 'pwa-spiderweb_v2.5.4'
// Dichiarazione della costante per gli URL da mettere in cache
const URLS_TO_CACHE = [

View File

@ -106,7 +106,7 @@
&nbsp;
<a href="https://github.com/coulisse/spiderweb/" target="blank" rel="noopener">IU1BOW - Spiderweb</a>
&nbsp;
<span id="version">v2.5.3</span>
<span id="version">v2.5.4</span>
</div>
</footer>
<script async src="static/js/rel/load-sw.min.js"></script>