From a9726e548fe6989ee71ce29bd714f1963804aee4 Mon Sep 17 00:00:00 2001 From: b <a> Date: Tue, 13 Jul 2021 15:35:02 -0700 Subject: [PATCH] Bump version --- load.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load.js b/load.js index d430a00..d07efd8 100644 --- a/load.js +++ b/load.js @@ -1,4 +1,4 @@ -const DB_VERSION = 72; +const DB_VERSION = 73; // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA let db;