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>2020-09-18 11:49:24 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-18 11:49:24 +0300
commit9f3242b85b3f2f36672ecd3d90784c224c10aa65 (patch)
tree60cd515533cbe01f2061d0fd238321217274ecdf /appinfo/info.xml
parent1a2b4435166693cca747575bb8c7e895c4cb3f0c (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 54c3e82..7941a12 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,13 +7,13 @@
<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.12.0</version>
+ <version>2.13.0</version>
<licence>agpl</licence>
<author>Tom Needham, Björn Schießle</author>
<namespace>FilesTextEditor</namespace>
<category>office</category>
<bugs>https://github.com/nextcloud/files_texteditor/issues</bugs>
<dependencies>
- <nextcloud min-version="17" max-version="20" />
+ <nextcloud min-version="18" max-version="21" />
</dependencies>
</info>