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-05-07 10:59:28 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-07 10:59:28 +0300
commit23cc06345d7eccd8fd977df2470e2050331c0a87 (patch)
treef6204115f2e6427752c3faa4bf9657e1aa394158 /appinfo/info.xml
parent3f1cd3fc6ab5165f2a9283f303680271f76cb385 (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 e72b138..54c3e82 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.11.0</version>
+ <version>2.12.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="19" />
+ <nextcloud min-version="17" max-version="20" />
</dependencies>
</info>