File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff line change 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" ;
You can’t perform that action at this time.
0 commit comments