Bump db version to force reload
This commit is contained in:
parent
92f08629c0
commit
f0ccebd6a9
1 changed files with 1 additions and 1 deletions
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 67;
|
||||
const DB_VERSION = 68;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
Loading…
Reference in a new issue