It appears that Bower now ignores the version paramater and uses Git Tags instead: https://github.com/bower/bower.json-spec#version because of this, you cannot add SlickNav as a dependency with "1.0.0" as the version. If you do so, you get this error:
bower slicknav#1.0.0 not-cached git://github.com/ComputerWolf/SlickNav.git#1.0.0
bower slicknav#1.0.0 resolve git://github.com/ComputerWolf/SlickNav.git#1.0.0
bower slicknav#1.0.0 ENORESTARGET No tag found that was able to satisfy 1.0.0
Additional error details:
No versions found in git://github.com/ComputerWolf/SlickNav.git
It appears that Bower now ignores the
version
paramater and uses Git Tags instead: https://github.com/bower/bower.json-spec#version because of this, you cannot add SlickNav as a dependency with "1.0.0" as the version. If you do so, you get this error:Could the 1.0.0 release be tagged in Git? Thanks!