build (package): increment version

This commit is contained in:
LuanRT
2021-10-24 23:31:19 -03:00
parent 330943cbc0
commit 922ab51a8d
2 changed files with 98 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "youtubei.js",
"version": "1.1.0",
"version": "1.2.0",
"description": "An object-oriented library that allows you to search, get detailed info about videos, subscribe, unsubscribe, like, dislike, comment, download videos and much more!",
"main": "index.js",
"scripts": {
@@ -34,12 +34,13 @@
"like",
"dislike",
"comment",
"downloader",
"automation",
"downloader",
"comments-section",
"youtube-downloader"
],
"bugs": {
"url": "https://github.com/LuanRT/YouTube.js/issues"
},
"homepage": "https://github.com/LuanRT/YouTube.js#readme"
}
}