diff --git a/package-lock.json b/package-lock.json index 4454ffc..ffbab16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thread-keeper", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "thread-keeper", - "version": "0.0.6", + "version": "0.0.7", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index d6cdef1..6a899bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thread-keeper", - "version": "0.0.6", + "version": "0.0.7", "description": "", "main": "app.js", "type": "module", diff --git a/scripts/download-yt-dlp.sh b/scripts/download-yt-dlp.sh index 980d72f..bf3f116 100644 --- a/scripts/download-yt-dlp.sh +++ b/scripts/download-yt-dlp.sh @@ -1,3 +1,3 @@ -# Pulls yt-dlp (2023.02.17 version) and saves it in `executables`. -curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.02.17/yt-dlp > ../executables/yt-dlp; +# Pulls yt-dlp (2023.03.04 version) and saves it in `executables`. +curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.03.04/yt-dlp > ../executables/yt-dlp; chmod a+x ../executables/yt-dlp;