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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-05-08 22:32:31 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-05-08 22:32:31 +0300
commit78a6dd4eebc068147868a2f1f874cce62c28cbde (patch)
tree1a31f6b2ce37570df9c94ce2de98a8bbfe19098d
parent3a9d5264e161df60d775f9e3911902fa811b71a3 (diff)
Bump versionv0.10.0
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ba691c17..664ca795 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Tasks</name>
<summary>The Tasks app for Nextcloud</summary>
<description><![CDATA[Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can download your tasks as ICS files using the download button for each calendar.]]></description>
- <version>0.10.0-alpha4</version>
+ <version>0.10.0</version>
<licence>agpl</licence>
<author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
<namespace>Tasks</namespace>
diff --git a/package.json b/package.json
index 2791c215..019ae902 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
- "version": "0.10.0-alpha4",
+ "version": "0.10.0",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"