🐛 Nouvelle version de l'état persisté

Bug introduit dans #705
pull/715/head
Maxime Quandalle 2019-10-07 16:10:05 +02:00
parent 08a1dc9776
commit 204f87a29d
No known key found for this signature in database
GPG Key ID: 428641C03D29CA10
1 changed files with 1 additions and 1 deletions

View File

@ -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