gmac / backbone.epoxy

Declarative data binding and computed models for Backbone
http://epoxyjs.org
MIT License
615 stars 89 forks source link

Tag patch versions #20

Closed pieterv closed 11 years ago

pieterv commented 11 years ago

Hi,

I am consuming your module via bower which works if i point bower at this repo like so:

bower install https://github.com/gmac/backbone.epoxy.git

The problem i am experiencing is that bower gives you versions based on tags in the repo so the command above currently only gives me version 0.12.0 and not 0.12.8, this means i cannot easily receive the bug fixes in the latest patch versions.

So if its not too much trouble could you please tag all releases including patch versions.

gmac commented 11 years ago

Right on, it's only been a matter of laziness that I've been lax with tagging... You kinda forget that the mic is on until someone points it out to you. Will make sure to tag the small stuff too! Thanks.

pieterv commented 11 years ago

Great thanks!