Update website

This commit is contained in:
Jerome Wu
2023-07-26 23:41:49 +08:00
parent d506ebb0eb
commit bb28e13594
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
export const CORE_VERSION = "0.12.0-alpha.2";
export const CORE_VERSION = "0.12.1";
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`;