From 6765f4e0d791c657fc7411e9cdd2c0f9284e9982 Mon Sep 17 00:00:00 2001 From: Luan Date: Thu, 25 Jul 2024 10:48:24 -0300 Subject: [PATCH] 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 : ). --- 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