angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

package.json version doesn't match latest release verion #78

Closed ilanbiala closed 9 years ago

ilanbiala commented 9 years ago

package.json has 0.0.0, but the latest release is tagged 0.1.0.

erwinmombay commented 9 years ago

created PR for this https://github.com/angular/angular-hint/pull/79

SomeKittens commented 9 years ago

@erwinmombay We should probably go to 0.2.0 for this, given the major change in how hint.emit works

erwinmombay commented 9 years ago

@SomeKittens got it. anywhere else the version needs to be bumped?

SomeKittens commented 9 years ago

I've bumped it in my branch of Batarang but haven't pushed that yet

SomeKittens commented 9 years ago

Fixed in #79