Skip to content

Commit

Permalink
Zepto.js 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Dec 12, 2014
1 parent f417169 commit 225f93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make
Expand Up @@ -2,7 +2,7 @@
require 'shelljs/make'
fs = require 'fs'

version = '1.1.5'
version = '1.1.6'
zepto_js = 'dist/zepto.js'
zepto_min = 'dist/zepto.min.js'
zepto_gz = 'dist/zepto.min.gz'
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "zepto"
, "version": "1.1.5"
, "version": "1.1.6"
, "homepage": "http://zeptojs.com"
, "scripts": {
"test": "coffee make test"
Expand Down

0 comments on commit 225f93e

Please sign in to comment.