diff --git a/package-lock.json b/package-lock.json index 237b434..5386644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thread-keeper", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "thread-keeper", - "version": "0.0.5", + "version": "0.0.6", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 5438707..d6cdef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thread-keeper", - "version": "0.0.5", + "version": "0.0.6", "description": "", "main": "app.js", "type": "module", diff --git a/scripts/download-yt-dlp.sh b/scripts/download-yt-dlp.sh index fe6bd2e..980d72f 100644 --- a/scripts/download-yt-dlp.sh +++ b/scripts/download-yt-dlp.sh @@ -1,3 +1,3 @@ -# Pulls yt-dlp (2023.01.06 version) and saves it in `executables`. -curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.01.06/yt-dlp > ../executables/yt-dlp; +# 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; chmod a+x ../executables/yt-dlp;