
cd `dirname $0`

npm version patch
git add .
git commit -m.
git push
npm publish

