Skip to content

Commit 376aaac

Browse files
committed
Release core v0.12.8
1 parent 4695a20 commit 376aaac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ffmpeg/core",
3-
"version": "0.12.7",
3+
"version": "0.12.8",
44
"description": "FFmpeg WebAssembly version (single thread)",
55
"main": "./dist/umd/ffmpeg-core.js",
66
"exports": {

scripts/download-assets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ROOT = "public/assets";
66

77
const FFMPEG_VERSION = "0.12.7";
88
const UTIL_VERSION = "0.12.0";
9-
const CORE_VERSION = "0.12.5";
9+
const CORE_VERSION = "0.12.8";
1010
const CORE_MT_VERSION = "0.12.5";
1111

1212
const FFMPEG_TGZ = `ffmpeg-${FFMPEG_VERSION}.tgz`;

0 commit comments

Comments
 (0)