Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 939e4e1

Browse files
committedMay 14, 2021
[Major] Spotifydl: v1.0.0
- Huge thanks to @phyzical
1 parent 7d48023 commit 939e4e1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
 

‎package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spotify-dl",
33
"productName": "Spotify Downloader",
4-
"version": "0.5.1",
4+
"version": "1.0.0",
55
"description": "Spotify Songs, Playlist & Album Downloader",
66
"main": "app.js",
77
"bin": {
@@ -31,7 +31,7 @@
3131
"request": "^2.88.2",
3232
"spotify-web-api-node": "^5.0.0",
3333
"yt-search": "^2.7.5",
34-
"ytdl-core": "^4.7.0"
34+
"ytdl-core": "^4.8.0"
3535
},
3636
"xo": {
3737
"space": true,

0 commit comments

Comments
 (0)
Please sign in to comment.