Skip to content

Commit

Permalink
Incr version du localStorage (break)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Nov 7, 2024
1 parent 883c23e commit 84b8060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/appStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ns = ((value) => {
/**
* Versionning du localStorage
*/
const VERSION = "0";
const VERSION = "1";

/**
* Clef du localStorage de cartes.gouv.fr
Expand Down

0 comments on commit 84b8060

Please sign in to comment.