Bump load.js version
also bump ing since i forgot to since ages ago
This commit is contained in:
parent
70ad5d71e7
commit
a3bf67aa2d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 97;
|
||||
const DB_VERSION = 98;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
const ING_DB_VERSION = 13;
|
||||
const ING_DB_VERSION = 14;
|
||||
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
|
||||
|
||||
|
|
Loading…
Reference in a new issue