airbnb / infinity

UITableViews for the web (DEPRECATED)
http://airbnb.io/infinity/
Other
2.8k stars 281 forks source link

Lack of library version #8

Open kossnocorp opened 12 years ago

kossnocorp commented 12 years ago

Hi,

at first thanks for great library!

But why you don't use versioning? It's complicate update your library. I suggest to use Semantic Versioning (http://semver.org) it's easy to understand and semantic.

Cheers!

reissbaker commented 12 years ago

The package.json includes a version string, which by happy coincidence is semantic. :)

Integrating it with git tags would be worthwhile though.