Bower uses release tags to manage package updates. This repo doesn't have any, so my project's bower.json is just referencing a commit hash as the dependency version. Works fine, but it means I won't get any changes/improvements that you make & want to release.
Bower uses release tags to manage package updates. This repo doesn't have any, so my project's bower.json is just referencing a commit hash as the dependency version. Works fine, but it means I won't get any changes/improvements that you make & want to release.
Github has instructions for making releases: https://github.com/blog/1547-release-your-software although you may just want to add a v0.1.0 tag and be done with it.