Skip to content

Commit ea70ff9

Browse files
committed
Bump versions
1 parent 9beec9d commit ea70ff9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

download-third-party-apps.js

Lines changed: 3 additions & 3 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/2026.02.21/yt-dlp_win.zip',
139+
'https://github.com/yt-dlp/yt-dlp/releases/download/2026.06.09/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/2026.02.21/yt-dlp_macos.zip',
154+
'https://github.com/yt-dlp/yt-dlp/releases/download/2026.06.09/yt-dlp_macos.zip',
155155
path.join(`${winOrMac}-extra-files`, 'ThirdPartyApps', 'yt-dlp', 'yt-dlp_macos.zip'),
156156
]
157157
)
@@ -213,7 +213,7 @@ async function main() {
213213
`${winOrMac}-extra-files`,
214214
'ThirdPartyApps',
215215
'ffmpeg',
216-
'ffmpeg-8.0.1-essentials_build'
216+
'ffmpeg-8.1.2-essentials_build'
217217
)
218218
)
219219
} else if (process.platform === 'darwin') {

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.1.0",
3+
"version": "3.1.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)