Moerill / token-mold

MIT License
24 stars 33 forks source link

[BUG] Installing 2.15.0 actually installs 2.14.0 #118

Closed cs96and closed 2 years ago

cs96and commented 2 years ago

I just updated from 2.14.0 to 2.15.0. Foundry popped up a dialog about an updated manifest URL, so I clicked yes. The instaled version is still 2.14.0 though. I tried uninstalling and re-installing, but it still installs v2.14.0

foxreinhold commented 2 years ago

The module.json is just still ID'ing it as 2.14.0, but the files are for 2.15.0. He just needs to update the module.json

cs96and commented 2 years ago

The download link in the 2.15.0 manifest file also points to the 2.14.0 zip file, so I think 2.14.0 is actually getting installed.

https://raw.githubusercontent.com/Moerill/token-mold/v2.15.0/module.json

"download": "https://github.com/Moerill/token-mold/releases/download/v2.14.0/v2.14.0.zip",
Geekswordsman commented 2 years ago

Sorry all, somehow in all the updates yesterday this got overlooked 😓

Updating and fixing now.