BorisKozo/angular-async-locks

add a version tag please

Closed this issue · 3 comments

Hi,
could you please add a version tag, to make sure if I download your great package with bower I'll get a well defined version?
Best regards,
martin

Done.
Please tell me if this is enough to close the issue.
Thanks

Super!

I ran
bower register angular-async-locks
git://github.com/BorisKozo/angular-async-locks.git
http://github.com/BorisKozo/angular-async-locks.git

to register your package (see
http://bower.io/docs/creating-packages/#register )
and now I can specify in my bower.json simply

...
"dependencies": {
"angular": "~1.3.17",
...

"angular-async-locks": "~0.3.1",

...

to retrieve version 0.3.1.

Yes, you can close the issue.

Many thanks a lot Boris!

Regards,
Martin

2015-07-08 19:46 GMT+02:00 Boris Kozorovitzky notifications@github.com:

Done.
Please tell me if this is enough to close the issue.
Thanks


Reply to this email directly or view it on GitHub
#5 (comment)
.

Cool! Thanks.