-
Make whatever changes need making
-
Modify the
"version"
value inbower.json
. Please try to use Semantic Versioning. -
Commit changes to
bower.json
-
Push the changes to GitHub
-
Tag the repo with the same value you used in step #2
git tag 1.1.0
-
Push the tags to GitHub
git push --tags origin # or whatever remote name you use
-
The Bower registry should see that the new version is avalable