Closed a1russell closed 8 years ago
The version
property in bower.json
is not used by bower at all. Bower is, as of now, entirely git-based, where a bower package's versions are its git tags (the tags that are semver-compliant). If anything - the version property should be removed from bower.json
.
New version being published today
Currently the version in
bower.json
is listed as 2.4.2, but it is 2.5.0 according tobreakpoint.rb
.Should the version inSince bower uses Git tags for versioning, please remove the version property frombower.json
be updated to 2.5.0?bower.json
to eliminate any confusion or redundant information.Edited to reflect suggestion from @williamboman below.