Hello,
When you install with bower the latest tagged version (0.1.5) is retrieved.
When I tried to run .configure with csrfProvider I get an error that this provider is not available. Which is correct, because it did not exist yet in 0.1.5.
When I manually try to retrieve 0.2.0 it says:
bower ENORESTARGET No tag found that was able to satisfy 0.2.0
Additional error details:
Available versions: 0.1.5, 0.1.4, 0.1.3, 0.1.2, 0.1.1, 0.1.0
I think the only thing you need to do is create a new tag?
Thanks!