Skip to content

Commit 7c2f4d8

Browse files
committed
Bump versions
1 parent 0706802 commit 7c2f4d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

download-third-party-apps.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ async function main() {
136136
),
137137
],
138138
[
139-
'https://github.com/yt-dlp/yt-dlp/releases/download/2025.09.26/yt-dlp_win.zip',
139+
'https://github.com/yt-dlp/yt-dlp/releases/download/2025.10.22/yt-dlp_win.zip',
140140
path.join(`${winOrMac}-extra-files`, 'ThirdPartyApps', 'yt-dlp', 'yt-dlp_win.zip'),
141141
]
142142
)
@@ -151,7 +151,7 @@ async function main() {
151151
path.join(`${winOrMac}-extra-files`, 'ThirdPartyApps', 'ffmpeg', 'ffprobe-release.zip'),
152152
],
153153
[
154-
'https://github.com/yt-dlp/yt-dlp/releases/download/2025.09.26/yt-dlp_macos.zip',
154+
'https://github.com/yt-dlp/yt-dlp/releases/download/2025.10.22/yt-dlp_macos.zip',
155155
path.join(`${winOrMac}-extra-files`, 'ThirdPartyApps', 'yt-dlp', 'yt-dlp_macos.zip'),
156156
]
157157
)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stemroller",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"private": true,
55
"type": "module",
66
"description": "Isolate vocals, drums, bass, and other instrumental stems from any song",

0 commit comments

Comments
 (0)