Skip to content

Commit 3860d83

Browse files
Fixing install script
1 parent 18cf9f7 commit 3860d83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ffmpeg-ffprobe-static",
3-
"version": "6.1.1-rc.4",
3+
"version": "6.1.1-rc.5",
44
"description": "ffmpeg and ffprobe static binaries for Mac OSX, Linux, and Windows",
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.1-rc.4",
21-
"binary-release-name": "6.1.1.rc.4"
20+
"binary-release-tag": "b6.1.1-rc.5",
21+
"binary-release-name": "6.1.1.rc.5"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)