Skip to content

Missing version bump in manifest.json for release 1.0.5 #11

@PtrBreak

Description

@PtrBreak

Description

The manifest.json file in the current release (or the latest repository state) still shows version 1.0.4, even though the latest GitHub Release is tagged as 1.0.5.

Details

When checking the version via the GitHub API and comparing it with the local manifest.json file, there is a mismatch:

  • GitHub Release Tag: 1.0.5

  • manifest.json "version" field: 1.0.4

This mismatch causes issues for users who rely on scripts or update managers to track plugin versions.

Steps to reproduce

You can verify this by running the following commands:

# Check the latest release tag
curl -sL https://api.github.com/repos/windingblack/obsidian-global-proxy/releases/latest | jq -r '.tag_name'
# Result: 1.0.5

# Check the version inside manifest.json
cat ./manifest.json | jq -r '.version'
# Result: 1.0.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions