Skip to content

Commit

Permalink
Revert "feat(deps): Add Nextcloud 32 support"
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
  • Loading branch information
hamza221 committed Jan 24, 2025
1 parent a22654d commit bbd741e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']

name: npm-audit-fix-${{ 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 @@ -16,7 +16,7 @@
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>

<version>7.1.0-dev.0</version>
<version>7.0.0-beta.2</version>
<licence>agpl</licence>

<author mail="hamza221@users.noreply.github.com">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="32" />
<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": "7.1.0-dev.0",
"version": "7.0.0-beta.2",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",
Expand Down

0 comments on commit bbd741e

Please sign in to comment.