From bcfaee9c4c24a848865e4e72744751bdd195dc62 Mon Sep 17 00:00:00 2001 From: jeromewu Date: Mon, 25 Dec 2023 15:34:19 +0800 Subject: [PATCH] Upgrade playground core version --- apps/website/src/components/Playground/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`;