From 3a4af1d3d4dc348914ff8357ef403268b9b08be6 Mon Sep 17 00:00:00 2001 From: Srikanth Kotagiri Date: Tue, 11 Jun 2024 22:30:12 -0700 Subject: [PATCH] RC.3 release tag --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ef89b09..918667d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ffmpeg-ffprobe-static", - "version": "6.1.1-rc.2", + "version": "6.1.1-rc.3", "description": "ffmpeg and ffprobe static binaries for Mac OSX, Linux, and Windows", "main": "index.js", "types": "index.d.ts", @@ -17,8 +17,8 @@ "prepublishOnly": "npm run lint && npm test" }, "ffmpeg-static": { - "binary-release-tag": "b6.1.1-rc.2", - "binary-release-name": "6.1.1.rc.2" + "binary-release-tag": "b6.1.1-rc.3", + "binary-release-name": "6.1.1.rc.3" }, "repository": { "type": "git",