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:
-rw-r--r--appinfo/info.xml2
-rw-r--r--js/bower.json2
-rw-r--r--js/package.json2
-rw-r--r--js/public/app.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 562ec20b..6a2658ed 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<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>
<licence>agpl</licence>
<author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
- <version>0.9.4</version>
+ <version>0.9.5</version>
<ocsid>164356</ocsid>
<screenshot>https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png</screenshot>
<namespace>Tasks</namespace>
diff --git a/js/bower.json b/js/bower.json
index a103b8bf..c536500d 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,6 +1,6 @@
{
"name": "Nextcloud - Tasks",
- "version": "0.9.4",
+ "version": "0.9.5",
"dependencies": {
"angular": "1.5.5",
"angular-route": "1.5.5",
diff --git a/js/package.json b/js/package.json
index b3ba427b..26a62065 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
- "version": "0.9.4",
+ "version": "0.9.5",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@googlemail.com"
diff --git a/js/public/app.js b/js/public/app.js
index 044aa0d5..7bfe170f 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -1,6 +1,6 @@
/**
- * Nextcloud - Tasks - v0.9.4
+ * Nextcloud - Tasks - v0.9.5
*
* Copyright (c) 2017 - Raimund Schlüßler <raimund.schluessler@googlemail.com>
*