Skip to content

Commit de0c55f

Browse files
committed
sw update
1 parent 90b5925 commit de0c55f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

MasterServiceWorker.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,22 @@
66
class MasterServiceWorker {
77
constructor () {
88
this.name = 'ServiceWorker'
9-
this.version = 'v5'
9+
this.version = 'v6'
1010
this.precache = [
1111
'./',
1212
'./index.html',
1313
'./manifest.json',
1414
'./favicon.ico',
1515
'./components/controllers/LocalStorage.js',
1616
'./components/pages/BreathingBubble.js',
17+
'./components/dialogs/Dialog.js',
18+
'./components/dialogs/default-/default-.css',
19+
'./components/dialogs/top-slide-in-/top-slide-in-.css',
20+
'./components/dialogs/left-slide-in-/left-slide-in-.css',
21+
'./components/dialogs/left-slide-in-wide-/left-slide-in-wide-.css',
22+
'./components/dialogs/left-slide-in-without-background-/left-slide-in-without-background-.css',
23+
'./components/dialogs/left-slide-in-checkout-/left-slide-in-checkout-.css',
24+
'./components/dialogs/Timer.js',
1725
'./components/pages/FurtherInstructions.js',
1826
'./components/pages/FurtherInstructionsIframe.js',
1927
'./components/pages/RecoveryBreath.js',

components/pages/ResultOverview.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export default class ResultOverview extends Shadow() {
241241
</div>
242242
<button class=undo>Undo</button>
243243
<div class=results>${this.renderTable(times)}</div>
244-
<div><hr><a class=app href="https://play.google.com/store/apps/details?id=io.github.weedshaker.twa&rdid=io.github.weedshaker.twa" target="_blank"><span>👉</span>&nbsp;support this project by buying the app&nbsp;<span>👈</span></a> | <a href="https://www.tomkenyon.com" target="_blank">Tom Kenyon - Flower of Life/Tree of Life Sound Meditation</a> | <a href="https://github.com/Weedshaker/InteractiveBreathing" target="_blank">v. beta 1.0.20</a></div>
244+
<div><hr><a class=app href="https://play.google.com/store/apps/details?id=io.github.weedshaker.twa&rdid=io.github.weedshaker.twa" target="_blank"><span>👉</span>&nbsp;support this project by buying the app&nbsp;<span>👈</span></a> | <a href="https://www.tomkenyon.com" target="_blank">Tom Kenyon - Flower of Life/Tree of Life Sound Meditation</a> | <a href="https://github.com/Weedshaker/InteractiveBreathing" target="_blank">v. beta 1.0.21</a></div>
245245
<!--<audio class=sound src="./sound/finishing.mp3"></audio>-->
246246
<audio class=sound src="./sound/TreeofLifeBasicTrack.mp3"></audio>
247247
`

0 commit comments

Comments
 (0)