From 8c94255f611ae12cf301857c8df5115e47b1c1cf Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Wed, 6 May 2020 02:43:46 -0400 Subject: [PATCH] Updated version number to 4.0 --- backend/consts.js | 2 +- package.json | 2 +- src/app/consts.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/consts.js b/backend/consts.js index a1fc66b4..1e60087f 100644 --- a/backend/consts.js +++ b/backend/consts.js @@ -166,5 +166,5 @@ AVAILABLE_PERMISSIONS = [ module.exports = { CONFIG_ITEMS: CONFIG_ITEMS, AVAILABLE_PERMISSIONS: AVAILABLE_PERMISSIONS, - CURRENT_VERSION: 'v3.6' + CURRENT_VERSION: 'v4.0' } \ No newline at end of file diff --git a/package.json b/package.json index e82f067b..ab04695c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-dl-material", - "version": "3.6.0", + "version": "4.0.0", "license": "MIT", "scripts": { "ng": "ng", diff --git a/src/app/consts.ts b/src/app/consts.ts index 14c6abdd..9ffb9aa1 100644 --- a/src/app/consts.ts +++ b/src/app/consts.ts @@ -1 +1 @@ -export const CURRENT_VERSION = 'v3.6'; +export const CURRENT_VERSION = 'v4.0';