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