~mterry/podbird/theme-colors

« back to all changes in this revision

Viewing changes to app/settings/About.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2016-03-18 22:17:59 UTC
  • Revision ID: krnekhelesh@gmail.com-20160318221759-1wostwscxcterwat
Incremented version to 0.7.6

Show diffs side-by-side

added added

removed removed

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