Skip to content

Commit

Permalink
Merge pull request #898 from nextcloud/update-main-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 30 support on main
  • Loading branch information
blizzz authored Apr 3, 2024
2 parents 094573d + 0ff39c3 commit 4c60324
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</description>

<version>1.19.0</version>
<version>1.20.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>FilesAutomatedTagging</namespace>
Expand All @@ -34,6 +34,6 @@ To define tags, administrators can create and manage a set of rule groups. Each
<repository>https://github.com/nextcloud/files_automatedtagging.git</repository>
<screenshot>https://github.com/raw/nextcloud/files_automatedtagging/main/docs/screenshot.png</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="29" />
<nextcloud min-version="30" max-version="30" />
</dependencies>
</info>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "files_automatedtagging",
"version": "1.19.0",
"version": "1.20.0",
"bugs": {
"url": "https://github.com/nextcloud/files_automatedtagging/issues"
},
Expand Down

0 comments on commit 4c60324

Please sign in to comment.