syl3r86 / inventory-plus

A Foundry VTT module to enhance the dnd5e inventory. Allows to customize your Inventory in various ways.
8 stars 12 forks source link

Duplicate version info in module.json confusing Foundry #38

Open notrealdan opened 2 years ago

notrealdan commented 2 years ago

The module.json file has two lines for the version: "version": "0.4", and "version": "0.3.5",

The module shows up as version 0.3.5 in Foundry, and so (I think) updating the module does not work if you already have 0.3.5 installed (Foundry thinks you're already on the latest). I think it does actually install v0.4 if doing a fresh install, but still appears to be 0.3.5.

benbarbour commented 2 years ago

I think the manifests download URL is also wrong. Or maybe the endpoint it points to hasn't been updated. Anyway, when I do a new install or download from the manifest's URL I get 0.3.5. :/