We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638ca16 commit c082098Copy full SHA for c082098
apps/website/src/components/Playground/const.ts
@@ -1,4 +1,4 @@
1
-export const CORE_VERSION = "0.12.1";
+export const CORE_VERSION = "0.12.2";
2
3
export const CORE_URL = `https://unpkg.com/@ffmpeg/core@${CORE_VERSION}/dist/umd/ffmpeg-core.js`;
4
export const CORE_MT_URL = `https://unpkg.com/@ffmpeg/core-mt@${CORE_VERSION}/dist/umd/ffmpeg-core.js`;
0 commit comments