Skip to content

Commit

Permalink
Merge pull request #628 from nextcloud/update-main-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 31 support
  • Loading branch information
st3iny authored Aug 14, 2024
2 parents 51ac08b + d75f065 commit 01071b9
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>2.1.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": "2.1.0-dev.0",
"description": "WebAuthn second factor provider for Nextcloud",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 01071b9

Please sign in to comment.