Shim repository for the Zepto.js JavaScript library.
To build a new release, update the target version in the Makefile, and run make:
make
Commit and push the changes to the master
branch:
git add -A
git commit -m "Update Zepto"
git push origin master
Tag and push the new version:
git tag 1.1.4
git push origin 1.1.4