Skip to content

Commit 04159e7

Browse files
Updating to rc.3 to fix build issue
1 parent cb00693 commit 04159e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@descript/ffmpeg-ffprobe-static",
3-
"version": "6.1.2-rc.2",
3+
"version": "6.1.2-rc.3",
44
"description": "Non-free versions of ffmpeg and ffprobe static binaries for Mac OSX, Linux, and Windows for server-side use only",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -17,8 +17,8 @@
1717
"prepublishOnly": "npm run lint && npm test"
1818
},
1919
"ffmpeg-static": {
20-
"binary-release-tag": "b6.1.2-rc.1",
21-
"binary-release-name": "6.1.2-rc.1"
20+
"binary-release-tag": "b6.1.2-rc.3",
21+
"binary-release-name": "6.1.2-rc.3"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)