Leaflet / Leaflet.markercluster

Marker Clustering plugin for Leaflet
MIT License
3.94k stars 996 forks source link

Please use semver for tags. So that we can install with bower #293

Closed hyzhak closed 10 years ago

hyzhak commented 10 years ago

Example:

git tag v0.4.0
hyzhak commented 10 years ago

I have checked it and it doesn't work on 1.2.6 version of Bowler, but now 1.2.8 it works well, so you can close the issue.

danzel commented 10 years ago

@Hyzhak are you sure? Please see #297

hyzhak commented 10 years ago

Yeah, now bower couldn't get any information about versions. Just try:

bower info leaflet.markerclusterer

and you will get

No versions available.

to fix it try to tag repo as angular does: https://github.com/angular/bower-angular/releases

danzel commented 10 years ago

Have pushed up a v0.4.0 tag, please check it out :)

hyzhak commented 10 years ago

@danzel thanks, everything works fine