diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 2d65b440..7ba334c7 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable28', 'stable27', 'stable26'] + branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 3da4bf0f..d2c36c78 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,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. - 1.19.0 + 1.20.0 agpl Joas Schilling FilesAutomatedTagging @@ -34,6 +34,6 @@ To define tags, administrators can create and manage a set of rule groups. Each https://github.com/nextcloud/files_automatedtagging.git https://raw.githubusercontent.com/nextcloud/files_automatedtagging/main/docs/screenshot.png - + diff --git a/package-lock.json b/package-lock.json index 26e641f2..24c8018a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_automatedtagging", - "version": "1.19.0", + "version": "1.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "files_automatedtagging", - "version": "1.19.0", + "version": "1.20.0", "license": "agpl", "dependencies": { "@nextcloud/l10n": "^2.2.0", diff --git a/package.json b/package.json index 789db033..eee533dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files_automatedtagging", - "version": "1.19.0", + "version": "1.20.0", "bugs": { "url": "https://github.com/nextcloud/files_automatedtagging/issues" },