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@googlemail.com>2015-07-10 01:03:08 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2015-07-10 01:03:08 +0300
commit0e862d4fa06b3b0cfa1edea73fcf96c323cd064a (patch)
tree6e99d285c962384003c7ea2a241cae49d5562288
parent3292dfeee9834d5c6c03b5bcb09e56345d59cc95 (diff)
Bump version to 0.7.1v0.7.1
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/version2
-rw-r--r--js/package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ab0d0c1a..29f70458 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,7 +2,7 @@
<info>
<id>tasks</id>
<name>Tasks</name>
- <version>0.7.0</version>
+ <version>0.7.1</version>
<namespace>Tasks</namespace>
<category>productivity</category>
<licence>AGPL</licence>
diff --git a/appinfo/version b/appinfo/version
index bcaffe19..7deb86fe 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-0.7.0 \ No newline at end of file
+0.7.1 \ No newline at end of file
diff --git a/js/package.json b/js/package.json
index 826972cb..455a2a0e 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,7 +1,7 @@
{
"name": "task",
"description": "ownCloud Task App",
- "version": "0.7.0",
+ "version": "0.7.1",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@googlemail.com"