Skip to content

Commit

Permalink
Release core-mt v0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgelfond committed Dec 25, 2024
1 parent 376aaac commit bd1bff8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core-mt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ffmpeg/core-mt",
"version": "0.12.7",
"version": "0.12.8",
"description": "FFmpeg WebAssembly version (multi thread)",
"main": "./dist/umd/ffmpeg-core.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/download-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ROOT = "public/assets";
const FFMPEG_VERSION = "0.12.7";
const UTIL_VERSION = "0.12.0";
const CORE_VERSION = "0.12.8";
const CORE_MT_VERSION = "0.12.5";
const CORE_MT_VERSION = "0.12.8";

const FFMPEG_TGZ = `ffmpeg-${FFMPEG_VERSION}.tgz`;
const UTIL_TGZ = `util-${UTIL_VERSION}.tgz`;
Expand Down

0 comments on commit bd1bff8

Please sign in to comment.