Skip to content

Commit

Permalink
Games: Bump settings version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vikpe committed Jun 21, 2024
1 parent 9c076a7 commit 40da518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/games/browser/Browser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { GameSettingsProvider, useGameSettings } from "./settings/context.tsx";
export const Browser = () => {
return (
<div className="space-y-4">
<GameSettingsProvider localStorageKey="mainDemoBrowser.settings.v3">
<GameSettingsProvider localStorageKey="mainDemoBrowser.settings.v4">
<GamesProvider>
<Toolbar />
<Games />
Expand Down

0 comments on commit 40da518

Please sign in to comment.