From c060d86aafe876a5a6fa13e10b4c3ab0500645ad Mon Sep 17 00:00:00 2001 From: Hau Nguyen Van Date: Thu, 2 Jan 2025 21:40:24 +0700 Subject: [PATCH] pumb persits --- src/store/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/constants.ts b/src/store/constants.ts index d58a3772a..dcb123ffb 100644 --- a/src/store/constants.ts +++ b/src/store/constants.ts @@ -1,5 +1,5 @@ // change version when update, add state redux-persist storage -export const PERSIST_VER = 2.8; +export const PERSIST_VER = 2.9; export const PERSIST_CONFIG_KEY = 'root'; export const ADDRESS_BOOK_KEY_BACKUP = 'addressBookBackup';