ChaseFlorell / jQuery.ProfanityFilter

filter out profane words on the client
https://chaseflorell.github.io/jQuery.ProfanityFilter/demo/
MIT License
110 stars 42 forks source link

Tag Latest Changes #17

Open mkilpatrick opened 9 years ago

mkilpatrick commented 9 years ago

Chase,

Can you push a tag of your latest changes? Bower automatically uses the repo's tags in order to pull down newer versions. Right now the latest tag is from 3 years ago. This forces me to have to use a git hash of the latest repo, opposed to a tag number, which is inconvenient for most people.

Thanks, Matt

ChaseFlorell commented 8 years ago

Thanks @mkilpatrick, you're right. I think what I need to do is setup a CI build for the PR's I accept, and have it do that automagically.