Bump version number

This commit is contained in:
Raoul Snyman 2022-11-12 20:35:25 -07:00
parent b28f0b67a2
commit eaf9e8d6c7
2 changed files with 3 additions and 2 deletions

View File

@ -91,3 +91,4 @@ sign: appstore
--certificate=/certificates/externalpassword.crt
docker stop externalpassword-sign
cd "$(CURDIR)/dist" && tar -czf externalpassword.tar.gz externalpassword
(cd dist && openssl dgst -sha512 -sign ~/.nextcloud/certificates/externalpassword.key externalpassword.tar.gz | openssl base64)

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.0.0</version>
<version>1.1.0</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="25" />
<nextcloud min-version="22" max-version="26" />
</dependencies>
<settings>
<admin>OCA\ExternalPassword\Settings\Admin</admin>