SUMMARY https://flathub.org/apps/details/org.kde.skrooge or `flatpak info org.kde.skrooge//stable` and `flatpak info org.kde.skrooge//master` both report Skrooge's version as 2.20.0, which is from 2020. Both Flathub and kdeapps are way beyond that. EXPECTED RESULT Show the same version that the about box and `flatpak run org.kde.skrooge --version` report. ADDITIONAL INFORMATION I think the fix is easy, just add a line to the <releases> element in skrooge/org.kde.skrooge.appdata.xml; the latest one is <release version="2.20.0" date="2019-06-20"/> Probably should add the other releases here as well. Maybe there's a way to automate adding to this on each version change. It seems the Flathub flatpak recipe attempts to insert a newer version line as a local workaround, https://github.com/flathub/org.kde.skrooge/blob/master/org.kde.skrooge.json#L233 : "sed -i '517i <release version=\"2.24.6\" date=\"2020-12-05\"/>' skrooge/org.kde.skrooge.appdata.xml" but this is also out of date and it does it in the wrong place ;-)