Update the max version number

This commit is contained in:
Raoul Snyman 2025-01-19 10:59:12 -06:00
parent eaf9e8d6c7
commit 6da8b4412d

View File

@ -5,7 +5,7 @@
<name>External Password</name>
<summary>An app for Nextcloud to allow an administrator to direct a user to an external site for changing their password.</summary>
<description><![CDATA[An app for Nextcloud to allow an administrator to direct a user to an external site for changing their password. This is useful in conjunction with an app like external_users.]]></description>
<version>1.1.0</version>
<version>1.1.1</version>
<licence>agpl</licence>
<author mail="raoul@snyman.info" >Raoul Snyman</author>
<namespace>ExternalPassword</namespace>
@ -15,7 +15,7 @@
<repository>https://git.snyman.info/raoul/externalpassword</repository>
<bugs>https://git.snyman.info/raoul/externalpassword/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="26" />
<nextcloud min-version="22" max-version="30" />
</dependencies>
<settings>
<admin>OCA\ExternalPassword\Settings\Admin</admin>