You may have noticed that your plugin’s 1.0.1 release isn’t showing up on Packagist (https://packagist.org/packages/venveo/craft3-weightedsearch) or the Craft Plugin Store. That’s because your composer.json file still has "version": "1.0.0" at the v1.0.1 tag:
You may have noticed that your plugin’s 1.0.1 release isn’t showing up on Packagist (https://packagist.org/packages/venveo/craft3-weightedsearch) or the Craft Plugin Store. That’s because your composer.json file still has
"version": "1.0.0"
at thev1.0.1
tag:https://github.com/venveo/craft3-weightedsearch/blob/v1.0.1/composer.json#L5
To fix you will need to update composer.json's version, and then you can delete your
v1.0.1
tag and re-apply it to the latest commit.