File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 />
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 >
Original file line number Diff line number Diff line change 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 ' ;
1818const RUNTIME = 'runtime' ;
1919const PREFIX = ( self . location . origin . indexOf ( "github.io" ) == - 1 ) ? "/" : "/qbjs/" ;
2020
You can’t perform that action at this time.
0 commit comments