Updated versioning info

This commit is contained in:
Isaac Abadi
2020-12-24 02:05:30 -05:00
parent 33fc74b7e7
commit 0e7bc1979f
3 changed files with 3 additions and 3 deletions

View File

@@ -196,5 +196,5 @@ AVAILABLE_PERMISSIONS = [
module.exports = { module.exports = {
CONFIG_ITEMS: CONFIG_ITEMS, CONFIG_ITEMS: CONFIG_ITEMS,
AVAILABLE_PERMISSIONS: AVAILABLE_PERMISSIONS, AVAILABLE_PERMISSIONS: AVAILABLE_PERMISSIONS,
CURRENT_VERSION: 'v4.1' CURRENT_VERSION: 'v4.2'
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "youtube-dl-material", "name": "youtube-dl-material",
"version": "4.1.0", "version": "4.2.0",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",

View File

@@ -1 +1 @@
export const CURRENT_VERSION = 'v4.1'; export const CURRENT_VERSION = 'v4.2';