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>2018-11-23 13:18:11 +0300
committerJoas Schilling <coding@schilljs.com>2018-11-23 13:18:11 +0300
commit45345c1498f6b9665f55ead3054e13471c0a5a40 (patch)
tree74ae9e7dae073f78960203616c03d6f00375036c
parentb56182f5fa19411ef972fd6b4a17fecf6849875f (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.travis.yml1
-rw-r--r--appinfo/info.xml4
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 93a6b2b..4b49748 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ php:
- 7.0
- 7.1
- 7.2
+ - 7.3
env:
global:
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f753850..eb3b19c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,11 +7,11 @@ More information is available in the text editor documentation.
</description>
<licence>AGPL</licence>
<author>Tom Needham, Björn Schießle</author>
- <version>2.7.0</version>
+ <version>2.8.0</version>
<shipped>true</shipped>
<default_enable/>
<dependencies>
- <nextcloud min-version="15" max-version="15" />
+ <nextcloud min-version="16" max-version="16" />
</dependencies>
<namespace>FilesTextEditor</namespace>
</info>