File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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.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 />
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-v52 ' ;
17+ const PRECACHE = 'precache-v53 ' ;
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