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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2020-05-18 21:24:16 +0300
committerkorelstar <korelstar@users.noreply.github.com>2020-05-19 15:40:42 +0300
commiteeafc870e1e4c4283eaba09b84b82d623f7b07f2 (patch)
tree3e647283452a85c231868044569bf4b89b9e54f4 /appinfo
parentf47a947c305ba216d634b364df744ea696c0a62d (diff)
increase Nextcloud max-version to 21
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 c7f21ac9..cf90c212 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,6 +22,6 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www
<repository type="git">https://github.com/nextcloud/notes.git</repository>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot>
<dependencies>
- <nextcloud min-version="16" max-version="20" />
+ <nextcloud min-version="16" max-version="21" />
</dependencies>
</info>