If a module is published with a version of 0.0.10, it will not update, because it considers 0.0.9 to be greater. This is probably due to a string comparison (instead of a Version comparison)
If a module is published with a version of 0.0.10, it will not update, because it considers 0.0.9 to be greater.
This is probably due to a string comparison (instead of a Version comparison)