Skip to content

Commit 3a57a5c

Browse files
committed
Updated version
1 parent 269d772 commit 3a57a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<div>
196196
<img id="logo" src="logo.png" onclick="window.open('https://github.com/boxgaming/qbjs/wiki', '_blank')">
197197
<p>QBJS - QBasic for the Web!</p>
198-
<p>Version: <a href="https://github.com/boxgaming/qbjs/releases" target="_blank">0.10.0</a></p>
198+
<p>Version: <a href="https://github.com/boxgaming/qbjs/releases" target="_blank">0.10.1</a></p>
199199
<p></p>
200200
<p>
201201
QBJS brings the fun and accessibility of QBasic to the browser.<br/>

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// Names of the two caches used in this version of the service worker.
1515
// Change to v2, etc. when you update any of the local resources, which will
1616
// in turn trigger the install event again.
17-
const PRECACHE = 'precache-v52';
17+
const PRECACHE = 'precache-v53';
1818
const RUNTIME = 'runtime';
1919
const PREFIX = (self.location.origin.indexOf("github.io") == -1) ? "/" : "/qbjs/";
2020

0 commit comments

Comments
 (0)