From e8ddf67a1d10cabc4f30748b01509aae1aba3bf5 Mon Sep 17 00:00:00 2001 From: opus1269 Date: Tue, 26 Mar 2019 19:49:40 -0500 Subject: [PATCH] fix version bug --- app/scripts/background/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/background/data.js b/app/scripts/background/data.js index 9f994f1c..70fb6ce6 100644 --- a/app/scripts/background/data.js +++ b/app/scripts/background/data.js @@ -256,7 +256,7 @@ export function update() { ChromeStorage.set('albumSelections', null); } - if (oldVersion < 22) { + if (oldVersion < 23) { // remove unused data ChromeStorage.set('googleImages', null); }