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-02-23 10:31:19 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-23 10:31:56 +0300
commit3fdc4d3dc15298f0f1c6cd8153f2de5160b4f5e3 (patch)
treea8b0ceb1fdf1d4b67d6987410314557900374a57
parent85a8f96b55a893effaa43233fb7ba36754213733 (diff)
Remove 22 support for appstore releasev0.7.0
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 50bd57f..b050dfa 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>