Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-06-24 15:43:32 +02:00
Родитель 97faa04b3a
Коммит fa66b72f94
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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>3.3.0</version>
<version>3.4.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>Text</namespace>
@ -27,7 +27,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.gif</screenshot>
<dependencies>
<nextcloud min-version="22" max-version="22" />
<nextcloud min-version="23" max-version="23" />
</dependencies>
<background-jobs>
<job>OCA\Text\Cron\Cleanup</job>

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "text",
"description": "Collaborative document editing",
"version": "3.3.0",
"version": "3.4.0",
"authors": [
{
"name": "Julius Härtl",