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-11-24 17:29:45 +0300
committerJoas Schilling <coding@schilljs.com>2021-11-24 17:29:45 +0300
commit870c3563714a2377e3f002cdee6f87a635c2bf13 (patch)
tree9578d44dddb96da0c733d0ce8a15c783545bc4a7 /appinfo
parent6c7effa7a6f35577284dc6fc68c57e04fea65d3a (diff)
20 is EOL
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d27b36e..f62f1ae 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="20" max-version="24" />
+ <nextcloud min-version="21" max-version="24" />
</dependencies>
<settings>
<admin>OCA\Registration\Settings\RegistrationSettings</admin>