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