Skip to content

Commit

Permalink
fix(Player): Bump cache version (#702)
Browse files Browse the repository at this point in the history
We should always do this after updating the sig/nsig code, it's so that the old cache gets ignored : ).
  • Loading branch information
LuanRT committed Jul 25, 2024
1 parent 3048f70 commit 6765f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,6 @@ export default class Player {
}

static get LIBRARY_VERSION(): number {
return 10;
return 11;
}
}

0 comments on commit 6765f4e

Please sign in to comment.