pc035860 / angular-highlightjs

AngularJS directive for syntax highlighting with highlight.js
http://pc035860.github.io/angular-highlightjs/example/
MIT License
294 stars 53 forks source link

Bower still at 0.4.3 #53

Closed vovafeldman closed 8 years ago

vovafeldman commented 8 years ago

Can you please bump the bower version to 0.5?

pc035860 commented 8 years ago

@vovafeldman Just updated the bower version and released v0.5.1 Thanks for your report! Closing the issue.

vovafeldman commented 8 years ago

I've tried to run a package update and it didn't work, is there some delay till it propagates to the repo?

pc035860 commented 8 years ago

Yeah, there might be some delay. And it seems updated now. Please try again.

If you still unable to update, may be you should update the version in your bower.json to allow it to install the version newer than 0.4.x.

http://stackoverflow.com/questions/19030170/what-is-the-bower-version-syntax

vovafeldman commented 8 years ago

Cool. Btw - thanks for adding the source directive, found it very useful!