Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzahi12345 committed Apr 11, 2020
1 parent fe170a4 commit 2082a78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ backend/appdata/archives/archive_audio.txt
backend/appdata/archives/archive_video.txt
backend/appdata/archives/blacklist_audio.txt
backend/appdata/archives/blacklist_video.txt
backend/appdata/logs/combined.log
backend/appdata/logs/error.log
2 changes: 1 addition & 1 deletion backend/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ let CONFIG_ITEMS = {

module.exports = {
CONFIG_ITEMS: CONFIG_ITEMS,
CURRENT_VERSION: 'v3.5.1'
CURRENT_VERSION: 'v3.6.0'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youtube-dl-material",
"version": "3.5.1",
"version": "3.6.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 2082a78

Please sign in to comment.