Version 0.1.0 :)

This commit is contained in:
Hauke Schade 2013-01-11 18:18:39 +01:00
parent cf27cb7f4f
commit f4742b6af5
2 changed files with 4 additions and 5 deletions

View file

@ -102,7 +102,7 @@ Page {
Label {
id: aboutInfo
width: 350
text: qsTr("Version")+": 0.0.1<br/>"
text: qsTr("Version")+": 0.1.0<br/>"
+qsTr("Copyright")+": Hauke Schade 2012<br/>"
+'';
onLinkActivated: {

View file

@ -1,5 +1,4 @@
ttrss (0.0.1) unstable; urgency=low
ttrss (0.1.0) unstable; urgency=low
* Initial Release
* Initial Release.
-- Hauke Schade <hauke@unknown> Thu, 15 Nov 2012 23:50:39 +0100
-- Hauke Schade <cnlpete@cnlpete.de> Fri, 11 Jan 2013 17:52:38 +0100