After merging this, we need to tag master with a version tag
The registration has already been done, so bower install clique will check out the latest properly tagged revision, bower install#master will check out the tip of master, and bower install clique#<git-sha> will check out from any commit
bower install clique
will check out the latest properly tagged revision,bower install#master
will check out the tip of master, andbower install clique#<git-sha>
will check out from any commit