Skip to content

Commit

Permalink
Bump settings store version
Browse files Browse the repository at this point in the history
  • Loading branch information
MythicManiac committed Aug 18, 2023
1 parent 60c2731 commit f6888cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r2mm/manager/SettingsDexieStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class SettingsDexieStore extends Dexie {

// Add all games to store. Borked v2-3 locally
// Increment per game or change to settings.
this.version(58).stores(store);
this.version(59).stores(store);

this.activeGame = game;
this.global = this.table("value");
Expand Down

0 comments on commit f6888cc

Please sign in to comment.