sylvainjule / kirby-locator

A simple map & geolocation field, built on top of open-source services and Mapbox. Kirby 3 and 4.
97 stars 14 forks source link

push version to 1.x #3

Closed bnomei closed 5 years ago

bnomei commented 5 years ago

increase version to 1.x to avoid strict semantic versioning: https://getcomposer.org/doc/articles/versions.md#caret-version-range-

otherwise upgrading will be much harder for users. so 0.5.0 will not upgrade to 0.6.0.

For pre-1.0 versions it also acts with safety in mind and treats ^0.3 as >=0.3.0 <0.4.0

sylvainjule commented 5 years ago

👌