Skip to content

Commit

Permalink
feat: add support for nextcloud 32
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza Mahjoubi <[email protected]>
  • Loading branch information
hamza221 committed Jan 27, 2025
1 parent c0b892f commit a67d356
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>7.0.0-beta.2</version>
<version>7.1.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.4" />
<nextcloud min-version="30" max-version="31" />
<nextcloud min-version="30" max-version="32" />
</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": "7.0.0-beta.2",
"version": "7.1.0-dev.0",
"author": "John Molakvoæ <[email protected]>",
"contributors": [
"John Molakvoæ <[email protected]>",
Expand Down

0 comments on commit a67d356

Please sign in to comment.