diff --git a/src/core/Player.ts b/src/core/Player.ts index 1345c9044..50eeee08e 100644 --- a/src/core/Player.ts +++ b/src/core/Player.ts @@ -262,6 +262,6 @@ export default class Player { } static get LIBRARY_VERSION(): number { - return 11; + return 12; } } \ No newline at end of file