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]>
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
nickvergessen authored and st3iny committed Aug 14, 2024
1 parent 51ac08b commit e0e8d92
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 @@ -4,7 +4,7 @@
<name>Two-Factor WebAuthn</name>
<summary>WebAuthn two-factor provider</summary>
<description>A two-factor provider for WebAuthn devices</description>
<version>2.0.0-beta.1</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Michael Blumenstein</author>
Expand All @@ -21,7 +21,7 @@
<dependencies>
<php min-version="8.1" max-version="8.3"/>
<lib>gmp</lib>
<nextcloud min-version="30" max-version="30" />
<nextcloud min-version="30" max-version="31" />
</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.0.0-beta.1",
"version": "3.0.0-dev.0",
"description": "WebAuthn second factor provider for Nextcloud",
"private": true,
"dependencies": {
Expand Down

0 comments on commit e0e8d92

Please sign in to comment.