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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 14:37:58 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-09-29 19:32:57 +0300
commitad8c9699ebbf14f49c769c2d8094a20d657a3d40 (patch)
treeacc89f4078305c14042f87f4b9c4a97771967635
parent545541b67664c92edebb10b748e234c0f36079e7 (diff)
Add Nextcloud 25 supportuse-dotgithub-workflows
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 85d2a0e..ad4c6d4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,6 +16,6 @@ More information is available in the text editor documentation.
<bugs>https://github.com/nextcloud/files_texteditor/issues</bugs>
<repository type="git">https://github.com/nextcloud/files_texteditor.git</repository>
<dependencies>
- <nextcloud min-version="20" max-version="25" />
+ <nextcloud min-version="20" max-version="26" />
</dependencies>
</info>