fix(Player): Bump cache version

This should fix bad (n)sig caches.
This commit is contained in:
Luan
2024-12-10 10:08:05 -03:00
parent ce4996cea7
commit 283172f220

View File

@@ -262,6 +262,6 @@ export default class Player {
}
static get LIBRARY_VERSION(): number {
return 11;
return 12;
}
}