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:
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 07228f7ea..1ac0883ee 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>3.5.1</version>
+ <version>3.6.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="24" max-version="24" />
+ <nextcloud min-version="25" max-version="25" />
</dependencies>
<background-jobs>
<job>OCA\Text\Cron\Cleanup</job>
diff --git a/package.json b/package.json
index 1814e8677..a7169ba44 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "text",
"description": "Collaborative document editing",
- "version": "3.5.0",
+ "version": "3.6.0",
"authors": [
{
"name": "Julius Härtl",