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>2021-02-03 11:44:15 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-03 11:44:15 +0300
commitf78c0feb2b079273267e3c05db9249565ab8df9a (patch)
tree31b33ac629f1dca3cfd9f3ddc7d4c52e23f492c2 /appinfo/info.xml
parent44659b9ad6d49e24c21ddb4131fc7e684e12abda (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 70484a5..eaafbeb 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<description>This application enables Nextcloud users to open, save and edit text files in the web browser. If enabled, an entry called "Text file" in the "New" button menu at the top of the web browser appears. When clicked, a new text file opens in the browser and the file can be saved into the current Nextcloud directory. Further, when a text file is clicked in the web browser, it will be opened and editable. If the privileges allow, a user can also edit shared files and save these changes back into the web browser.
More information is available in the text editor documentation.
</description>
- <version>2.13.0</version>
+ <version>2.14.0</version>
<licence>agpl</licence>
<author>Tom Needham, Björn Schießle</author>
<namespace>FilesTextEditor</namespace>
@@ -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="18" max-version="21" />
+ <nextcloud min-version="19" max-version="22" />
</dependencies>
</info>