Skip to content

Commit

Permalink
release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Dec 12, 2013
1 parent 0604621 commit 587fbf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'shelljs/make'
fs = require 'fs'

version = '1.1.1'
version = '1.1.2'
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zepto"
, "version": "1.1.1"
, "version": "1.1.2"
, "homepage": "http://zeptojs.com"
, "scripts": {
"test": "coffee make test"
Expand Down

0 comments on commit 587fbf0

Please sign in to comment.