Skip to content

Commit

Permalink
Fixing install script
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-descript committed Jul 24, 2024
1 parent 18cf9f7 commit 3860d83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffmpeg-ffprobe-static",
"version": "6.1.1-rc.4",
"version": "6.1.1-rc.5",
"description": "ffmpeg and ffprobe static binaries for Mac OSX, Linux, and Windows",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -17,8 +17,8 @@
"prepublishOnly": "npm run lint && npm test"
},
"ffmpeg-static": {
"binary-release-tag": "b6.1.1-rc.4",
"binary-release-name": "6.1.1.rc.4"
"binary-release-tag": "b6.1.1-rc.5",
"binary-release-name": "6.1.1.rc.5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3860d83

Please sign in to comment.