Skip to content

Commit 5fa50d9

Browse files
change sw version
1 parent 6944020 commit 5fa50d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h1 id="team-2-captain" class="title">TEAM 2 CAPTAIN</h1>
176176
<button id="end-court" class="button is-danger is-large" style="display: none;">FINALIZAR QUADRA</button>
177177
<label class="checkbox">
178178
<input type="checkbox" id="dev-mode" />
179-
v4.Modo desenvolvedor
179+
v5.Modo desenvolvedor
180180
</label>
181181
</div>
182182
</div>
@@ -190,7 +190,7 @@ <h1>Histórico de Partidas</h1>
190190
src="https://code.jquery.com/jquery-3.7.1.min.js"
191191
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
192192
crossorigin="anonymous"></script>
193-
<script type="module" src="./index.js"></script>
193+
<script type="module" src="./index.js?v=5"></script>
194194
<script>
195195
if('serviceWorker' in navigator) {
196196
navigator.serviceWorker.register('./serviceWorker.js', { scope: '/peladaManager/' });

serviceWorker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = `volley_score_cache_v4`;
1+
const CACHE_NAME = `volley_score_cache_v5`;
22

33
// Use the install event to pre-cache all initial resources.
44
self.addEventListener('install', event => {

0 commit comments

Comments
 (0)