From 2027ec9da89eb7fbfe2ce6511be28255764dc3e6 Mon Sep 17 00:00:00 2001 From: coulisse Date: Sat, 30 Mar 2024 07:03:37 +0100 Subject: [PATCH] setting version number --- CITATION.cff | 4 ++-- README.md | 2 +- cfg/version.txt | 2 +- docs/CHANGELOG.md | 4 ++-- static/pwa/manifest.webmanifest | 2 +- static/pwa/service-worker.js | 2 +- templates/_base.html | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index ea2cbdf..2e55c8f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/README.md b/README.md index 6b74934..6dcab56 100644 --- a/README.md +++ b/README.md @@ -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:** - **Licensing:** Gpl V3.0 see [LICENSE](LICENSE) file. diff --git a/cfg/version.txt b/cfg/version.txt index da0f454..0929a1b 100644 --- a/cfg/version.txt +++ b/cfg/version.txt @@ -1 +1 @@ -v2.5.3 \ No newline at end of file +v2.5.4 \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e7205d6..a9a8208 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 diff --git a/static/pwa/manifest.webmanifest b/static/pwa/manifest.webmanifest index 02c8e18..d2e448a 100644 --- a/static/pwa/manifest.webmanifest +++ b/static/pwa/manifest.webmanifest @@ -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", diff --git a/static/pwa/service-worker.js b/static/pwa/service-worker.js index f5f6494..9885c4c 100644 --- a/static/pwa/service-worker.js +++ b/static/pwa/service-worker.js @@ -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 = [ diff --git a/templates/_base.html b/templates/_base.html index 774c998..d1c154a 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -106,7 +106,7 @@   IU1BOW - Spiderweb   - v2.5.3 + v2.5.4