From 2feed355eb33ddb8a8161b8ea463ecfd18257ac5 Mon Sep 17 00:00:00 2001 From: "nikwen.developer@gmail.com" Date: Wed, 9 Apr 2014 16:26:48 +0000 Subject: [PATCH] Fixed description in manifest (was too short for click store) --- manifest.json | 4 ++-- ubuntu/qml/cantata/AboutPage.qml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 07ced262b..307cfe1ab 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ } }, "title": "Cantata", - "description": "MPD Client", + "description": "MPD Client for Ubuntu", "maintainer": "Niklas Wenzel ", - "version": "0.1.1" + "version": "0.1.2" } \ No newline at end of file diff --git a/ubuntu/qml/cantata/AboutPage.qml b/ubuntu/qml/cantata/AboutPage.qml index eb1514cfd..5701ec3bb 100644 --- a/ubuntu/qml/cantata/AboutPage.qml +++ b/ubuntu/qml/cantata/AboutPage.qml @@ -159,7 +159,7 @@ Page { } Label { font.bold: true; - text: "0.1.1" + text: "0.1.2" } } Row {