fix(Player): Bump cache version (#702)

We should always do this after updating the sig/nsig code, it's so that the old cache gets ignored : ).
This commit is contained in:
Luan
2024-07-25 10:48:24 -03:00
committed by GitHub
parent 3048f70f60
commit 6765f4e0d7

View File

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