angular-hateoas
angular-hateoas copied to clipboard
SemVer Mismatch between master and git tag
Hi,
I've just noticed an issue with the versioning resulting in a bower install for the latest version installing the version pre the pull request for the HAL Embedded feature which matches the tag v0.2.5
In order to install the latest master code with bower one needs to do the following
bower install --save [email protected]:jmarquis/angular-hateoas.git#7557ca28459a14060e8629db216cbbd82d9673c6
a bump of the version should suffice to fix the issue. That is if you intend to release the HAL feature.
Cheers
Pat