Skip to content

Commit

Permalink
Making full semver
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-descript committed Aug 22, 2024
1 parent 731ca8d commit 4280ba5
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": "5.1-rc.1",
"version": "5.1.0-rc.1",
"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": "b5.1-rc.1",
"binary-release-name": "5.1.rc.1"
"binary-release-tag": "b5.1.0-rc.1",
"binary-release-name": "5.1.0.rc.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4280ba5

Please sign in to comment.