diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 4f51e2b2..0fa447f3 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable28', 'stable27', 'stable26'] + branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] name: npm-audit-fix-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 546f8d93..30c4c68f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Recommendations Shows recommended files Shows recommended files for quick access of files and folders with recent activity - 2.1.0 + 3.0.0 agpl Christoph Wurst Jan-Christoph Borchardt @@ -13,7 +13,7 @@ Recommendations office - + OCA\Recommendations\Command\GetRecommendations diff --git a/package-lock.json b/package-lock.json index d02a5970..41c28201 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recommendations", - "version": "2.1.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recommendations", - "version": "2.1.0", + "version": "3.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index d9d81229..8bfbf5b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recommendations", "description": "Shows recommended files in Nextcloud", - "version": "2.1.0", + "version": "3.0.0", "private": true, "scripts": { "build": "webpack --node-env production --progress",