Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
cf2e01184f
commit
484f4b6a01
|
|
@ -23,7 +23,7 @@ This app allows users to register a new account.
|
||||||
4. User is lead to a form where they can choose their username and password
|
4. User is lead to a form where they can choose their username and password
|
||||||
5. New account is created and is logged in automatically
|
5. New account is created and is logged in automatically
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>1.3.0</version>
|
<version>1.4.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
|
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
|
||||||
<types>
|
<types>
|
||||||
|
|
@ -38,7 +38,7 @@ This app allows users to register a new account.
|
||||||
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot>
|
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot>
|
||||||
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="20" max-version="22" />
|
<nextcloud min-version="20" max-version="23" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<settings>
|
<settings>
|
||||||
<admin>OCA\Registration\Settings\RegistrationSettings</admin>
|
<admin>OCA\Registration\Settings\RegistrationSettings</admin>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue