venveo / craft3-weightedsearch

Remake of weighted search plugin for Craft 3
6 stars 3 forks source link

Version mismatch preventing 1.0.1 from being published #2

Open brandonkelly opened 6 years ago

brandonkelly commented 6 years ago

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:

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.

brandonkelly commented 6 years ago

(You also might want to merge my PR #1 while you're at it ;)