~mterry/podbird/ok

« back to all changes in this revision

Viewing changes to app/settings/About.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2016-03-06 12:34:40 UTC
  • Revision ID: krnekhelesh@gmail.com-20160306123440-ndd81182u8jod64b
Actually include dialog color fix. Bump version to 0.7.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                            width: parent.width
91
91
                            horizontalAlignment: Text.AlignHCenter
92
92
                            // TRANSLATORS: Podbird version number e.g Version 0.7
93
 
                            text: i18n.tr("Version %1").arg("0.7.4")
 
93
                            text: i18n.tr("Version %1").arg("0.7.4.1")
94
94
                        }
95
95
                    }
96
96