Skip to content

Commit 985de44

Browse files
committed
Updated about version
1 parent 7284c25 commit 985de44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
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.9.1</a></p>
198+
<p>Version: <a href="https://github.com/boxgaming/qbjs/releases" target="_blank">0.10.0</a></p>
199199
<p></p>
200200
<p>
201201
QBJS brings the fun and accessibility of QBasic to the browser.<br/>
@@ -206,7 +206,7 @@
206206
<li><a href="javascript:IDE.showHelp('samples')">Samples</a></li>
207207
</ul>
208208
</p>
209-
<p>Copyright (c) 2022-2024 boxgaming</p>
209+
<p>Copyright (c) 2022-2025 boxgaming</p>
210210
<div>
211211
<a href="javascript:IDE.closeDialog()" style="display:block; float:right">Close</a>
212212
</div>

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-v46';
17+
const PRECACHE = 'precache-v47';
1818
const RUNTIME = 'runtime';
1919
const PREFIX = (self.location.origin.indexOf("github.io") == -1) ? "/" : "/qbjs/";
2020

0 commit comments

Comments
 (0)