diff --git a/apps/website/src/components/Playground/const.ts b/apps/website/src/components/Playground/const.ts index ba6279b..fb040bc 100644 --- a/apps/website/src/components/Playground/const.ts +++ b/apps/website/src/components/Playground/const.ts @@ -1,4 +1,4 @@ -export const CORE_VERSION = "0.12.5"; +export const CORE_VERSION = "0.12.6"; export const CORE_URL = `https://unpkg.com/@ffmpeg/core@${CORE_VERSION}/dist/umd/ffmpeg-core.js`; export const CORE_MT_URL = `https://unpkg.com/@ffmpeg/core-mt@${CORE_VERSION}/dist/umd/ffmpeg-core.js`;