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