Skip to content

Commit

Permalink
Merge pull request #597 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 31 support on master
  • Loading branch information
nickvergessen authored Aug 15, 2024
2 parents 1a76efa + 425805b commit 419f10f
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 @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']

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 @@ -10,7 +10,7 @@
<summary>This application allows for automatic deletion of files after a given time.</summary>
<description>An app for Nextcloud to control automatic deletion of files after a given time.
Optionally the users can be informed the day before.</description>
<version>1.19.0</version>
<version>2.0.0</version>
<licence>agpl</licence>
<author>Roeland Jago Douma</author>
<namespace>Files_Retention</namespace>
Expand All @@ -28,7 +28,7 @@ Optionally the users can be informed the day before.</description>
<screenshot>https://raw.githubusercontent.com/nextcloud/files_retention/master/screenshots/1.png</screenshot>

<dependencies>
<nextcloud min-version="30" max-version="30" />
<nextcloud min-version="31" max-version="31" />
</dependencies>

<settings>
Expand Down
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_retention",
"version": "1.19.0",
"version": "2.0.0",
"author": "Joas Schilling <[email protected]>",
"license": "agpl",
"private": true,
Expand Down

0 comments on commit 419f10f

Please sign in to comment.