diff --git a/Gruntfile.js b/Gruntfile.js index 558241f..5ccdd80 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,10 +17,10 @@ module.exports = function(grunt) { bump: { options: { - files: ['bower.json'], + files: ['bower.json', 'github.jquery.json'], commit: true, commitMessage: 'Release v%VERSION%', - commitFiles: ['bower.json'], + commitFiles: ['bower.json', 'github.jquery.json', 'dist'], createTag: true, tagName: '%VERSION%', tagMessage: '', diff --git a/README.md b/README.md index 4e06be5..2cb5712 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Create an attribute called `data-repo`: Include jQuery: ```html - + ``` Include plugin's CSS and JS: diff --git a/bower.json b/bower.json index 3ca05f1..4bcfc3d 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,7 @@ ], "license": "MIT", "dependencies": { - "zepto": "~1.0.0", - "jquery": "~2.0.3" + "jquery": "^2.1.1", + "zepto": "^1.1.4" } } diff --git a/demo/index.html b/demo/index.html index a7dc9d2..265417e 100644 --- a/demo/index.html +++ b/demo/index.html @@ -34,7 +34,7 @@