Skip to content

Commit

Permalink
update persist version
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Dec 29, 2024
1 parent a8f9ce9 commit 038bf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// change version when update, add state redux-persist storage
export const PERSIST_VER = 2.7;
export const PERSIST_VER = 2.8;

export const PERSIST_CONFIG_KEY = 'root';
export const ADDRESS_BOOK_KEY_BACKUP = 'addressBookBackup';

0 comments on commit 038bf90

Please sign in to comment.