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/appinfo/info.xml b/appinfo/info.xml index 320f9982..bba30b4b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ File link share download limit This app allows limiting the number of downloads for external link shares. - 3.0.0 + 4.0.0 agpl John Molakvoæ @@ -21,7 +21,7 @@ https://github.com/nextcloud/files_downloadlimit.git - + diff --git a/package-lock.json b/package-lock.json index dc517d49..a4fd281f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_downloadlimit", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "files_downloadlimit", - "version": "3.0.0", + "version": "4.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.3.0", diff --git a/package.json b/package.json index 2eccf35b..1b70e8fd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "files_downloadlimit", "description": "Nextcloud link share download counter.", - "version": "3.0.0", + "version": "4.0.0", "license": "AGPL-3.0-or-later", "author": "Nextcloud GmbH and Nextcloud contributors", "homepage": "https://github.com/nextcloud/files_downloadlimit",