Skip to content

Commit 6101fa3

Browse files
committed
Bump version
1 parent 62f0472 commit 6101fa3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

js/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250425
1+
20250610

service_worker_v2.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ const OLD_CACHES = [
5454
"GlobalPlasticsTool_20240907",
5555
"GlobalPlasticsTool_20240908",
5656
"GlobalPlasticsTool_20240909",
57-
"GlobalPlasticsTool_20240910"
57+
"GlobalPlasticsTool_20240910",
58+
"GlobalPlasticsTool_20250425"
5859
];
59-
const CACHE_NAME = "GlobalPlasticsTool_20250425";
60+
const CACHE_NAME = "GlobalPlasticsTool_20250610";
6061
const ESSENTIAL_FILES = [
6162
"/css/README.md",
6263
"/css/base.css",

template/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ <h2>Table of Contents</h2>
10131013
<a class="tab-trigger" href="#about-privacy">Privacy</a> / <a class="tab-trigger" href="#about-license">Terms</a> / <a class="tab-trigger" href="https://github.com/SchmidtDSE/plastics-prototype">Open Source</a> / <a class="tab-trigger" href="#about-contact">Contact</a> / <a class="tab-trigger" href="#toc">Table of Contents</a> / <a class="tab-trigger" href="#settings">Accessibility</a> / <a class="tab-trigger" href="#about-publication">Cite Us</a>
10141014
</footer>
10151015

1016-
<input type="hidden" id="version-number" value="20250425">
1016+
<input type="hidden" id="version-number" value="20250610">
10171017

10181018
<dialog id="add-dialog">
10191019
<form>

0 commit comments

Comments
 (0)