Skip to content

Commit

Permalink
fix(Player): Bump cache version
Browse files Browse the repository at this point in the history
This should fix bad (n)sig caches.
  • Loading branch information
LuanRT committed Dec 10, 2024
1 parent ce4996c commit 283172f
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 @@ -262,6 +262,6 @@ export default class Player {
}

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

0 comments on commit 283172f

Please sign in to comment.