jnordberg / gif.js

JavaScript GIF encoding library
http://jnordberg.github.io/gif.js/
MIT License
4.76k stars 668 forks source link

Bower requires tags to install versions #23

Closed keithamus closed 10 years ago

keithamus commented 10 years ago

Each version needs a corresponding tag to their versions, for bower to be able to successfully download pinned versions.

If I could pull request this, I would. Instead, for your convenience, anyone with push access can simply run this set of commands:

git tag v0.1.6 fe18289fa675333d36ba4cd9f86a56ffc20c3c5a
git tag v0.1.5 2a20675ff6c1daba4aa3641839db3147c38c29d5
git tag v0.1.4 faee238491302de05a1ed05e4fbe562738a76310
git tag v0.1.3 b69964025450110d4a0a99f9320331bd0a4ebb81
git tag v0.1.2 4ede1582155ec0084c654134f70c9a5e4e78a3f3
git tag v0.1.1 df58f6cd7658e39af8c2d06bfa4abcc108e4b177
git push --tags

This will then let bower download specific versions.

jnordberg commented 10 years ago

Done and done, thanks