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