Update website core version

This commit is contained in:
Jerome Wu 2023-08-09 17:46:47 +08:00
parent 638ca164f2
commit c082098e83

View File

@ -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`;