diff --git a/backend/consts.js b/backend/consts.js index 64e6e09..fa14171 100644 --- a/backend/consts.js +++ b/backend/consts.js @@ -196,5 +196,5 @@ AVAILABLE_PERMISSIONS = [ module.exports = { CONFIG_ITEMS: CONFIG_ITEMS, AVAILABLE_PERMISSIONS: AVAILABLE_PERMISSIONS, - CURRENT_VERSION: 'v4.1' + CURRENT_VERSION: 'v4.2' } diff --git a/package.json b/package.json index e34f8a8..ab15811 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-dl-material", - "version": "4.1.0", + "version": "4.2.0", "license": "MIT", "scripts": { "ng": "ng", diff --git a/src/app/consts.ts b/src/app/consts.ts index ad0197d..950aff6 100644 --- a/src/app/consts.ts +++ b/src/app/consts.ts @@ -1 +1 @@ -export const CURRENT_VERSION = 'v4.1'; +export const CURRENT_VERSION = 'v4.2';