mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-18 11:41:28 +03:00
Updated version number
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -61,3 +61,5 @@ backend/appdata/archives/archive_audio.txt
|
|||||||
backend/appdata/archives/archive_video.txt
|
backend/appdata/archives/archive_video.txt
|
||||||
backend/appdata/archives/blacklist_audio.txt
|
backend/appdata/archives/blacklist_audio.txt
|
||||||
backend/appdata/archives/blacklist_video.txt
|
backend/appdata/archives/blacklist_video.txt
|
||||||
|
backend/appdata/logs/combined.log
|
||||||
|
backend/appdata/logs/error.log
|
||||||
|
|||||||
@@ -134,5 +134,5 @@ let CONFIG_ITEMS = {
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
CONFIG_ITEMS: CONFIG_ITEMS,
|
CONFIG_ITEMS: CONFIG_ITEMS,
|
||||||
CURRENT_VERSION: 'v3.5.1'
|
CURRENT_VERSION: 'v3.6.0'
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "youtube-dl-material",
|
"name": "youtube-dl-material",
|
||||||
"version": "3.5.1",
|
"version": "3.6.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
|
|||||||
Reference in New Issue
Block a user