Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 32 support
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jan 23, 2025
1 parent 0dc0398 commit 09655b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Two-Factor WebAuthn</name>
<summary>WebAuthn two-factor provider</summary>
<description>A two-factor provider for WebAuthn devices</description>
<version>2.1.0-beta.1</version>
<version>2.2.0-dev.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Michael Blumenstein</author>
Expand All @@ -23,9 +23,9 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_webauthn/main/screenshots/challenge.png</screenshot>

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

<repair-steps>
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": "twofactor_webauthn",
"version": "2.1.0-dev.0",
"version": "2.2.0-dev.0",
"description": "WebAuthn second factor provider for Nextcloud",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 09655b2

Please sign in to comment.