Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 31 support
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and hamza221 committed Aug 22, 2024
1 parent bdf98d4 commit 166c6ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>

<version>6.1.0-alpha.2</version>
<version>7.0.0-dev.0</version>
<licence>agpl</licence>

<author mail="[email protected]">Hamza Mahjoubi</author>
Expand Down Expand Up @@ -44,7 +44,7 @@

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

<background-jobs>
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,7 +1,7 @@
{
"name": "contacts",
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
"version": "6.1.0-alpha.2",
"version": "7.0.0-dev.0",
"author": "John Molakvoæ <[email protected]>",
"contributors": [
"John Molakvoæ <[email protected]>",
Expand Down

0 comments on commit 166c6ff

Please sign in to comment.