From b0d6b8051be6abc4e9d9482ceec73ddc0d125591 Mon Sep 17 00:00:00 2001 From: coulisse Date: Sat, 18 Nov 2023 07:30:13 +0100 Subject: [PATCH] Test on push --- CITATION.cff | 2 +- README.md | 2 +- cfg/version.txt | 2 +- docs/CHANGELOG.md | 2 +- static/pwa/manifest.webmanifest | 2 +- static/pwa/service-worker.js | 2 +- templates/_base.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f4e8bb3..642d93b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,5 +24,5 @@ keywords: - dxcluster - spiderweb license: GPL-3.0 -version: v2.4.5.71 +version: v2.4.5.72 date-released: 2023-11-18 diff --git a/README.md b/README.md index 97ccd53..c2d8481 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.4.5.71 +- **Release:** v2.4.5.72 - **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 3285a74..0a1eb26 100644 --- a/cfg/version.txt +++ b/cfg/version.txt @@ -1 +1 @@ -v2.4.5.71 +v2.4.5.72 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9c6677e..8034af1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ ### Change log Date: 18/11/2023 -Release: v2.4.5.71 +Release: v2.4.5.72 - security issue #46 - csp report diff --git a/static/pwa/manifest.webmanifest b/static/pwa/manifest.webmanifest index ca7b246..d9d2452 100644 --- a/static/pwa/manifest.webmanifest +++ b/static/pwa/manifest.webmanifest @@ -1,5 +1,5 @@ { - "name": "IU1BOW Spiderweb v2.4.5.71", + "name": "IU1BOW Spiderweb v2.4.5.72", "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 248edb5..8356815 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.4.5.71' +const CACHE_NAME = 'pwa-spiderweb_v2.4.5.72' // 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 0c6ead4..afda613 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -91,7 +91,7 @@ © Copyleft: IU1BOW - Spiderweb - v2.4.5.71 + v2.4.5.72