From c082098e83eb89811b52946a67fe47cc01308a04 Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Wed, 9 Aug 2023 17:46:47 +0800 Subject: [PATCH] Update website 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 188b88b..4dd04cb 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.1"; +export const CORE_VERSION = "0.12.2"; 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`;