ComputerWolf / SlickNav

Responsive Mobile Menu Plugin for jQuery
MIT License
939 stars 314 forks source link

Tag Release #44

Closed davidbarratt closed 10 years ago

davidbarratt commented 10 years ago

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

Could the 1.0.0 release be tagged in Git? Thanks!

ComputerWolf commented 10 years ago

Done!