diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 0e7ba4b5..a45455b7 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] + branches: ['main', 'master', 'stable30', 'stable29', 'stable28'] name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index ae3f0203..c3f0df17 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] + branches: ['main', 'master', 'stable30', 'stable29', 'stable28'] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 10f62089..5b85238f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ Displays resources related to current item in right panel. - 1.5.0 + 2.0.0 agpl Maxence Lange RelatedResources @@ -23,7 +23,7 @@ https://github.com/nextcloud/related_resources/issues https://github.com/nextcloud/related_resources.git - + diff --git a/js/related_resources.js.license b/js/related_resources.js.license index 887da5c8..6c3039ec 100644 --- a/js/related_resources.js.license +++ b/js/related_resources.js.license @@ -30,5 +30,5 @@ This file is generated from multiple sources. Included packages: - version: 5.90.1 - license: MIT - related_resources - - version: 1.5.0 + - version: 2.0.0 - license: AGPL-3.0-or-later diff --git a/package-lock.json b/package-lock.json index 32f99c30..45630bf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "related_resources", - "version": "1.5.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "related_resources", - "version": "1.5.0", + "version": "2.0.0", "license": "AGPL", "dependencies": { "@nextcloud/axios": "^2.5.0", diff --git a/package.json b/package.json index a5e838da..3920749e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "related_resources", - "version": "1.5.0", + "version": "2.0.0", "description": "Related Resources", "main": "main.js", "private": true,