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-06-24 16:33:48 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-24 16:33:48 +0300
commit2c6ecce1f1955525982ed08c6b9b236eb1eb571c (patch)
tree161bbf58a8f0462435382d5fb0b9086f4c736a43 /appinfo/info.xml
parent82b2754863d3f1e5bac688e98503ed2c71c03b47 (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 8d7fb5e..a9b49a4 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.14.0</version>
+ <version>2.15.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="20" max-version="22" />
+ <nextcloud min-version="20" max-version="23" />
</dependencies>
</info>