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

github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-08 23:04:17 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-08 23:12:56 +0300
commitba7b09b197791cff66c82d38a5141fc68676aeaa (patch)
tree12cef4b511157f284e42aa3e639a22415d4c1f23
parent5d4ddd43e401c6d558c2606b6ee272fdcb1538fc (diff)
Bump Nextcloud requirement
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 24b7f34..559b014 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -27,6 +27,6 @@
<screenshot>https://github.com/nickv-nextcloud/event_update_notification/raw/master/docs/demo.png</screenshot>
<dependencies>
- <nextcloud min-version="21" max-version="23" />
+ <nextcloud min-version="22" max-version="24" />
</dependencies>
</info>