From 8a90d89bef9b152d31589284cc96ed2b018672cc Mon Sep 17 00:00:00 2001 From: Luan Date: Thu, 25 Jul 2024 10:46:59 -0300 Subject: [PATCH] fix(Player): Bump cache version We should always do this after updating the sig/nsig code, it's so that the old cache gets ignored : ). --- src/core/Player.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Player.ts b/src/core/Player.ts index ffbb80d6b..0ded720c7 100644 --- a/src/core/Player.ts +++ b/src/core/Player.ts @@ -234,6 +234,6 @@ export default class Player { } static get LIBRARY_VERSION(): number { - return 10; + return 11; } } \ No newline at end of file