Skip to content

Commit

Permalink
use 4.2.3 binaries, 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jun 12, 2020
1 parent fe00896 commit accde84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@

**[ffmpeg](https://ffmpeg.org) static binaries for Mac OSX and Linux and Windows.**

Supports macOS (64-bit), Linux (32 and 64-bit, armhf, arm64) and Windows (32 and 64-bit). [The ffmpeg version currently used is `4.2.2`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b4.2.2)
Supports macOS (64-bit), Linux (32 and 64-bit, armhf, arm64) and Windows (32 and 64-bit). [The ffmpeg version currently used is `4.2.3`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b4.2.3)

*Note:* The version of `ffmpeg-static` follows [SemVer](http://semver.org). When releasing new versions, **we do *not* consider breaking changes in `ffmpeg` itself**, but only the JS interface (see below). To stop `ffmpeg-static` from breaking your code by getting updated, [lock the version down](https://docs.npmjs.com/files/package.json#dependencies) or use a [lockfile](https://docs.npmjs.com/files/package-lock.json).

Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "ffmpeg-static",
"version": "4.2.2",
"version": "4.2.3",
"description": "ffmpeg static binaries for Mac OSX and Linux and Windows",
"main": "index.js",
"files": [
Expand All @@ -15,7 15,7 @@
"prepublishOnly": "npm run lint && npm test"
},
"ffmpeg-static": {
"binary_release": "b4.2.2"
"binary_release": "b4.2.3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit accde84

Please sign in to comment.