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-03-22 15:09:48 +0300
committerJoas Schilling <coding@schilljs.com>2021-03-22 15:09:48 +0300
commit8c0ffecb7b23fa0ae6387ed69a483448517d7871 (patch)
tree3d40da03673686e6c54d463e046c235fccc42d80
parent1655237d920776868fb56812201370cd1977c5ca (diff)
Remove 22 support for appstore 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 8f9c117..50789f5 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="22" />
+ <nextcloud min-version="20" max-version="21" />
</dependencies>
<settings>
<admin>OCA\Registration\Settings\RegistrationSettings</admin>