Skip to content

Settings/About shows 0.0.9 after updating to v0.0.10 #928

@AkiLetschne

Description

@AkiLetschne

Updated to v0.0.10 on Linux today, but Settings -> About still shows 0.0.9.

This looks like the app did update correctly, and only the displayed version is stale.

A bit more detail:

I checked the v0.0.10 tag and it looks like the UI is reading from package metadata that still says 0.0.9:

  • apps/web/package.json is 0.0.9
  • apps/desktop/package.json is 0.0.9
  • apps/server/package.json is 0.0.9

Since the Settings version display is injected from apps/web/package.json, the UI ends up showing 0.0.9 even though the actual release/AppImage is 0.0.10.

So this seems to be a release/version bump mismatch rather than a failed update.

If helpful, I can also paste the exact file paths/lines from the v0.0.10 tag.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions