mde / timezone-js

DEPRECATED: Timezone-enabled JavaScript Date object. Uses Olson zoneinfo files for timezone data.
824 stars 183 forks source link

0.4.7 tag needs to be updated to reflect yesterday's fix #138

Closed oGLOWo closed 10 years ago

oGLOWo commented 10 years ago

Thanks for fixing the 0.4.6 / 0.4.7 issue so quickly. I saw the warning again when i ran bower. I think tag 0.4.7 is still pointing at the previous commit. Could you delete the tag and re-create it so that it points to the latest fix you made?

mde commented 10 years ago

The real fix here is to add the Bower versioning to the Jake task that creates a release. It already bumps the version in package.json, just doesn't do it for the Bower file as well.

mde commented 10 years ago

All right, the package.json and the bower.json files are now being sync'd with every release, starting with the current, v0.4.9,

oGLOWo commented 10 years ago

Awesome! Thank you! I appreciate it.