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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-06-04 17:24:20 +0300
committerdartcafe <github@dartcafe.de>2021-06-04 17:24:20 +0300
commit9db2cf853da98b87709dc7c698976cc1d17cbd59 (patch)
tree8e1d565ef2d3fd875b4a8e3eef6609307dea810f /appinfo
parentb80319d87b46d362c417bc879819920de4accb2f (diff)
NC22 compatibility
Signed-off-by: dartcafe <github@dartcafe.de>
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 540f6c22..5ccf6d4e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,7 +23,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
<dependencies>
- <nextcloud min-version="19" max-version="21" />
+ <nextcloud min-version="19" max-version="22" />
</dependencies>
<background-jobs>
<job>OCA\Polls\Cron\NotificationCron</job>