From ff41aae8dff730157b7d43447f8645286c1286a0 Mon Sep 17 00:00:00 2001 From: b Date: Tue, 27 Jul 2021 03:05:52 -0700 Subject: [PATCH] Bump version --- load.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load.js b/load.js index e7db357..39d739c 100644 --- a/load.js +++ b/load.js @@ -1,4 +1,4 @@ -const DB_VERSION = 75; +const DB_VERSION = 76; // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA let db;