Skip to content

Commit 3b139a8

Browse files
committed
Upgrade default ffmpeg-core version
1 parent 329f681 commit 3b139a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ffmpeg/src/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const MIME_TYPE_JAVASCRIPT = "text/javascript";
22
export const MIME_TYPE_WASM = "application/wasm";
33

4-
export const CORE_VERSION = "0.12.0-alpha.2";
4+
export const CORE_VERSION = "0.12.1";
55
export const CORE_URL = `https://unpkg.com/@ffmpeg/core@${CORE_VERSION}/dist/umd/ffmpeg-core.js`;
66

77
export enum FFMessageType {

0 commit comments

Comments
 (0)