Currently, Bower is ignoring version from bower.json .
If the version in bower.json does not match the git tag, you get a warning and the version record in the generated .bower.json fixed ( version in bower.json remains unchanged).
Among other reasons why plugin plugins should consume .bower.json instead of bower.json .
You can safely remove version from your bower.json . Bower respects only git tags.
Most likely, it will not be used even in the future.
sheerun
source share