Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-08-12 19:28:11 +0300
committerJulius Härtl <jus@bitgrid.net>2019-08-12 19:28:11 +0300
commit8797ff333f74089b8dd80e0b52d74cc079748b87 (patch)
tree93f0e52b524d1254606c57c6ef4e5f7b8646d1f0 /appinfo
parent03a3d364fcf409cf588084cb1c4b3f72372d8603 (diff)
Bump version for 17 release
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 804a5f76d..6df5caf65 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.
- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!
]]></description>
- <version>1.0.2</version>
+ <version>1.1.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>Text</namespace>
@@ -24,7 +24,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot3.gff</screenshot>
<dependencies>
- <nextcloud min-version="16.0.1" max-version="17"/>
+ <nextcloud min-version="17" max-version="17"/>
</dependencies>
<background-jobs>
<job>OCA\Text\Cron\Cleanup</job>