Skip to content

Commit

Permalink
Bump version to 3.0.0, addressing #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanilagy committed Oct 24, 2023
1 parent 6804530 commit a6b48e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mp4-muxer",
"version": "2.3.0",
"version": "3.0.0",
"description": "MP4 multiplexer in pure TypeScript with support for WebCodecs API, video & audio.",
"main": "./build/mp4-muxer.js",
"module": "./build/mp4-muxer.mjs",
Expand Down
4 changes: 3 additions & 1 deletion test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
codec: 'aac',
numberOfChannels,
sampleRate
}
},

fastStart: false
});

let canvas = document.createElement('canvas');
Expand Down

0 comments on commit a6b48e3

Please sign in to comment.