Update version info.
[qzeecontrol] / qml / QZeeControl / AboutDialog.qml
index 11d9264..c71e33e 100644 (file)
@@ -28,7 +28,7 @@ Dialog {
 
       Text {
           id: homepage
-          text: "<a href=\"http://qzeecontrol.garage.maemo.org/\" style=\"text-decoration:none; color:#78bfff\">QZeeControl<br />Version 0.1.0</a>"
+          text: "<a href=\"http://qzeecontrol.garage.maemo.org/\" style=\"text-decoration:none; color:#78bfff\">QZeeControl<br />Version 0.2.0</a>"
           textFormat: Text.RichText;
           onLinkActivated: { Qt.openUrlExternally(link); }
           font.pixelSize: 25; horizontalAlignment: Text.AlignHCenter;