Skip to content

Commit

Permalink
Updated version number to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzahi12345 committed May 6, 2020
1 parent 409fd0f commit 8c94255
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ AVAILABLE_PERMISSIONS = [
module.exports = {
CONFIG_ITEMS: CONFIG_ITEMS,
AVAILABLE_PERMISSIONS: AVAILABLE_PERMISSIONS,
CURRENT_VERSION: 'v3.6'
CURRENT_VERSION: 'v4.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.6.0",
"version": "4.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/consts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CURRENT_VERSION = 'v3.6';
export const CURRENT_VERSION = 'v4.0';

0 comments on commit 8c94255

Please sign in to comment.