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

0.4 update returns an invalid manifest file error when trying to update or install in foundry vtt. #36

Closed Xode007 closed 2 years ago

Brimcon commented 2 years ago

Module.json has erronious code in it

<<<<<<< HEAD
    "version": "0.4",
=======
    "version": "0.3.5",
>>>>>>> 2ae4b759d01498302279dcbd8e899c10dea4b8ea
nickmoline commented 2 years ago

yup, looks like someone had merge conflicts

Brimcon commented 2 years ago

Looks like its fixed, but the Module.json still has Version 3.5 in it, thus won't update unless you delete and redownload it. There may be other issues with this weird merge conflict thing as patchnotes.md also have the weird head and end to it.