padolsey/operative

0.3.2 release tag

Rich-Harris opened this issue · 2 comments

Hi, any chance you could push a new release tag for those of us who have to use Bower? Copy & pasting this should do the trick:

git checkout master
git tag -a v0.3.2 -m 'version 0.3.2'
git push origin v0.3.2

Thanks