padolsey / operative

:dog2: Seamlessly create Web Workers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.3.2 release tag

Rich-Harris opened this issue · 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