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 {