Hi,
it seems that the latest release (v1.0.3) failed to update the VERSION variable in quoter.lua. I could create a PR to update this to 1.3.1 in master but you'd still need to create a new tag/release.
VERSION not being properly updated causes micro -plugin list to return the wrong version and micro plugin update quoter to always download and install v1.0.3 although it's technically already installed.
$ micro -plugin list
The following plugins are currently installed:
[...]
quoter (1.0.2)
[...]
Cheers.
Hi,
it seems that the latest release (v1.0.3) failed to update the
VERSIONvariable inquoter.lua. I could create a PR to update this to1.3.1inmasterbut you'd still need to create a new tag/release.VERSIONnot being properly updated causesmicro -plugin listto return the wrong version andmicro plugin update quoterto always download and install v1.0.3 although it's technically already installed.Cheers.