Skip to content

Commit

Permalink
Update Zepto and jQuery - Closes #33
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno Rocha committed Nov 4, 2014
1 parent 5930d8d commit d2df2cc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Create an attribute called `data-repo`:
Include jQuery:

```html
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
```

Include plugin's CSS and JS:
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"license": "MIT",
"dependencies": {
"zepto": "~1.0.0",
"jquery": "~2.0.3"
"jquery": "^2.1.1",
"zepto": "^1.1.4"
}
}
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1>jQuery Github</h1>

<img id="github-logo" src="img/github-cat.png" alt="Github Cat" />

<script src="../bower_components/jquery/jquery.min.js"></script>
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
<script src="../src/jquery.github.js"></script>

<script>
Expand Down
2 changes: 1 addition & 1 deletion github.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repositories",
"git"
],
"version": "0.3.3",
"version": "0.3.4",
"author": {
"name": "Zeno Rocha",
"url": "https://github.com/zenorocha"
Expand Down

0 comments on commit d2df2cc

Please sign in to comment.