Skip to content

Commit 33d6309

Browse files
committed
version bump 0.321
1 parent f55fb9b commit 33d6309

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h2 class="heading tl_page3">Settings</h2>
112112
<ul id="appsettings" class="settinglist applist listyle2">
113113
</ul>
114114
<div id="app_info">
115-
<p><span id="ua">PWA v0.320</span><br />
115+
<p><span id="ua">PWA v0.321/span><br />
116116
<a href="https://github.com/bitrequest/bitrequest.github.io/" target="_blank" class="exit">Source code</a><br />
117117
<a href="https://github.com/bitrequest/bitrequest.github.io/wiki" target="_blank" class="exit">About</a><br />
118118
<a href="https://www.bitrequest.io/privacy" target="_blank" class="exit">Privacy / Disclaimer</a><br />

serviceworker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// by the fetch handler (cache successful same-origin responses).
2323
// ============================================================
2424

25-
const CODE_CACHE_VERSION = "v0.320",
25+
const CODE_CACHE_VERSION = "v0.321",
2626
CODE_CACHE = "bitrequest-code-" + CODE_CACHE_VERSION,
2727
STATIC_CACHE = "bitrequest-static-v1", // bump only if you replace a static asset in-place
2828
OFFLINE_FALLBACK = "index.html";

0 commit comments

Comments
 (0)