From 204f87a29d396739a12002893185b0aef8b12c27 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Mon, 7 Oct 2019 16:10:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Nouvelle=20version=20de=20l'?= =?UTF-8?q?=C3=A9tat=20persist=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug introduit dans #705 --- source/storage/persistEverything.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/storage/persistEverything.js b/source/storage/persistEverything.js index dffcc1379..2d840ce80 100644 --- a/source/storage/persistEverything.js +++ b/source/storage/persistEverything.js @@ -7,7 +7,7 @@ import safeLocalStorage from './safeLocalStorage' import type { State } from 'Types/State' import type { Action } from 'Types/ActionsTypes' -const VERSION = 2 +const VERSION = 3 const LOCAL_STORAGE_KEY = 'mycompanyinfrance::persisted-everything:v' + VERSION