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 <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jan 23, 2025
1 parent 8baef6c commit 937578f
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 @@ -8,7 +8,7 @@
<name>OpenID Connect user backend</name>
<summary>Use an OpenID Connect backend to login to your Nextcloud</summary>
<description>Allows flexible configuration of an OIDC server as Nextcloud login user backend.</description>
<version>6.2.0</version>
<version>6.3.0-dev.0</version>
<licence>agpl</licence>
<author>Roeland Jago Douma</author>
<author>Julius Härtl</author>
Expand All @@ -23,7 +23,7 @@
<bugs>https://github.com/nextcloud/user_oidc/issues</bugs>
<repository>https://github.com/nextcloud/user_oidc</repository>
<dependencies>
<nextcloud min-version="26" max-version="31"/>
<nextcloud min-version="26" max-version="32"/>
</dependencies>
<settings>
<admin>OCA\UserOIDC\Settings\AdminSettings</admin>
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": "user_oidc",
"description": "OIDC connect user backend for Nextcloud",
"version": "6.1.0-dev.0",
"version": "6.3.0-dev.0",
"author": "Roeland Jago Douma <roeland@famdouma.nl>",
"repository": {
"url": "https://github.com/nextcloud/user_oidc",
Expand Down

0 comments on commit 937578f

Please sign in to comment.