We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efac247 commit 5ef7cb6Copy full SHA for 5ef7cb6
scripts/download-assets.js
@@ -7,7 +7,7 @@ const ROOT = "public/assets";
7
const FFMPEG_VERSION = "0.12.15";
8
const UTIL_VERSION = "0.12.2";
9
const CORE_VERSION = "0.12.10";
10
-const CORE_MT_VERSION = "0.12.10";
+const CORE_MT_VERSION = "0.12.9";
11
12
const FFMPEG_TGZ = `ffmpeg-${FFMPEG_VERSION}.tgz`;
13
const UTIL_TGZ = `util-${UTIL_VERSION}.tgz`;
0 commit comments