Skip to content

Commit b8cdfe0

Browse files
committed
Release v0.8.3
1 parent 3e6a32e commit b8cdfe0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $ node --experimental-wasm-threads --experimental-wasm-bulk-memory transcode.js
8585
Or, using a script tag in the browser (only works in Chrome):
8686

8787
```html
88-
<script src="https://unpkg.com/@ffmpeg/[email protected].2/dist/ffmpeg.min.js"></script>
88+
<script src="https://unpkg.com/@ffmpeg/[email protected].3/dist/ffmpeg.min.js"></script>
8989
<script>
9090
const { createFFmpeg } = FFmpeg;
9191
...

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ffmpeg/ffmpeg",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "FFmpeg WebAssembly version",
55
"main": "src/index.js",
66
"directories": {

0 commit comments

Comments
 (0)