From 67b3c915e79b19406f6375720f80949c8b177b81 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Tue, 21 Jan 2020 13:30:15 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20change=20la=20version=20du=20localstora?= =?UTF-8?q?ge=20pour=20=C3=A9viter=20les=20bugs=20de=20non=20correspondanc?= =?UTF-8?q?e=20d'=C3=A9tat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/storage/persistEverything.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/storage/persistEverything.ts b/source/storage/persistEverything.ts index 9c0e9de69..676f13679 100644 --- a/source/storage/persistEverything.ts +++ b/source/storage/persistEverything.ts @@ -5,7 +5,7 @@ import { Store } from 'redux' import { debounce } from '../utils' import safeLocalStorage from './safeLocalStorage' -const VERSION = 4 +const VERSION = 5 const LOCAL_STORAGE_KEY = 'app::global-state:v' + VERSION