Skip to content

Commit

Permalink
More places to change versions!
Browse files Browse the repository at this point in the history
  • Loading branch information
Yahweasel committed Feb 16, 2024
1 parent 6ec8464 commit d9bf715
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libav.js",
"//version": "The major and minor are our own versioning, while the revision is FFmpeg's major. When updating the version, make sure you update it here (both in version and main), in the Makefile.m4 and Makefile, in the README, in the demo, in tests/harness.js, and in old-tests/libav.js.",
"//version": "The major and minor are our own versioning, while the revision is FFmpeg's major. When updating the version, make sure you update it here (both in version and main), in the Makefile.m4 and Makefile, in the README, in the demo, in tools/ff*.js, in tests/harness.js, and in old-tests/libav.js.",
"version": "4.9.6",
"description": "A compilation of the libraries associated with handling audio and video in ffmpeg—libavformat, libavcodec, libavfilter, libavutil and libswresample—for WebAssembly and asm.js, and thus the web.",
"main": "dist/libav-4.9.6.1.1-default.js",
Expand Down
2 changes: 1 addition & 1 deletion tools/ffmpeg.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

const LibAV = require("../dist/libav-4.8.6.0.1-all.js");
const LibAV = require("../dist/libav-4.9.6.1.1-all.js");
const fs = require("fs/promises");

async function main() {
Expand Down
2 changes: 1 addition & 1 deletion tools/ffprobe.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

const LibAV = require("../dist/libav-4.8.6.0.1-all.js");
const LibAV = require("../dist/libav-4.9.6.1.1-all.js");
const fs = require("fs/promises");

async function main() {
Expand Down

0 comments on commit d9bf715

Please sign in to comment.