Skip to content

Commit 272c247

Browse files
committed
PWA v0.325
1 parent 7d1effc commit 272c247

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
@@ -87,7 +87,7 @@ <h2 class="heading tl_page3">Settings</h2>
8787
<ul id="appsettings" class="settinglist applist listyle2">
8888
</ul>
8989
<div id="app_info">
90-
<p><span id="ua">PWA v0.324</span><br />
90+
<p><span id="ua">PWA v0.325</span><br />
9191
<a href="https://github.com/bitrequest/bitrequest.github.io/" target="_blank" class="exit">Source code</a><br />
9292
<a href="https://github.com/bitrequest/bitrequest.github.io/wiki" target="_blank" class="exit">About</a><br />
9393
<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.324",
25+
const CODE_CACHE_VERSION = "v0.325",
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)