diff --git a/README.md b/README.md index 3f34f8f..357e26b 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/package-lock.json b/package-lock.json index c5f448b..aa6dfd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ffmpeg-static", - "version": "4.2.2", + "version": "4.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c159632..8ff5040 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -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",