Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-12-02 20:15:27 +0300
committerJoas Schilling <coding@schilljs.com>2021-12-02 20:15:27 +0300
commit6bedec746e28bf2b4e48c0e7c3bae6e0b8cdcc4e (patch)
tree5e97e43295e32b10db382fd0eafb80338521c4cf
parentca51a23bec3452119a085c114295fd1fdbf983c7 (diff)
Reduce requirement before release
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f62f1ae..0476d55 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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/admin-settings.png</screenshot>
<dependencies>
- <nextcloud min-version="21" max-version="24" />
+ <nextcloud min-version="21" max-version="23" />
</dependencies>
<settings>
<admin>OCA\Registration\Settings\RegistrationSettings</admin>