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-06-27 10:27:00 +0300
committerJulius Härtl <jus@bitgrid.net>2019-06-27 10:27:16 +0300
commit627f14ee0ed580efeadda10eb8f8645352dd5481 (patch)
treeff20a6fe5f6d68ffccde1db8ee6d9474edf2a75f /appinfo
parent1c51eff833068e26ed67d087fc9547d60acc4b76 (diff)
Prepare first release
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 156694d0e..2c9c1650b 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.0-alpha2</version>
+ <version>1.0.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>Text</namespace>
@@ -19,7 +19,9 @@
<website>https://github.com/nextcloud/text</website>
<bugs>https://github.com/nextcloud/text/issues</bugs>
<repository type="git">https://github.com/nextcloud/text.git</repository>
- <screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshot.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot1.png</screenshot>
+ <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" max-version="17"/>
</dependencies>