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 - dxcluster
- spiderweb - spiderweb
license: GPL-3.0 license: GPL-3.0
version: v2.5.3 version: v2.5.4
date-released: 2024-03-29 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) [![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) - **Author:** Corrado Gerbaldo - [IU1BOW](https://www.qrz.com/db/IU1BOW)
- **Mail:** <corrado.gerbaldo@gmail.com> - **Mail:** <corrado.gerbaldo@gmail.com>
- **Licensing:** Gpl V3.0 see [LICENSE](LICENSE) file. - **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 ### Change log
Date: 29/03/2024 Date: 30/03/2024
Release: v2.5.3 Release: v2.5.4
- tested with Python 3.12 - tested with Python 3.12
- replaced mysql driver with mariadb driver - replaced mysql driver with mariadb driver
- upgraded Echarts lib from 5.3 to 5.5 - 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", "description": "DXCluser for ham radio by IU1BOW",
"short_name": "Spiderweb", "short_name": "Spiderweb",
"theme_color": "#f3b221", "theme_color": "#f3b221",

View File

@ -1,5 +1,5 @@
// Dichiarazione della costante per il nome della cache // 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 // Dichiarazione della costante per gli URL da mettere in cache
const URLS_TO_CACHE = [ const URLS_TO_CACHE = [

View File

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