Skip to content

Commit

Permalink
Test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
coulisse committed Nov 18, 2023
1 parent c32fcac commit b0d6b80
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:** <[email protected]>
- **Licensing:** Gpl V3.0 see [LICENSE](LICENSE) file.
Expand Down
2 changes: 1 addition & 1 deletion cfg/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.4.5.71
v2.4.5.72
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion static/pwa/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion static/pwa/service-worker.js
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<span class="copyleft">&copy;</span> Copyleft:
<span id="copyDate"></span>
<a href="https://github.com/coulisse/spiderweb/" target="blank" rel="noopener">IU1BOW - Spiderweb</a>
<span id="version">v2.4.5.71</span>
<span id="version">v2.4.5.72</span>
</div>
</footer>
<script async src="static/js/rel/load-sw.min.js"></script>
Expand Down

0 comments on commit b0d6b80

Please sign in to comment.