Skip to content

Commit 3151f81

Browse files
committed
Generate v0.2.9
1 parent 8f6c389 commit 3151f81

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ Also remember to follow [jQuery's Code Style](http://contribute.jquery.org/style
4949

5050
## History
5151

52+
* v0.2.9 May 1, 2013
53+
* Fixed urls
5254
* v0.2.8 April 30, 2013
53-
* Follow jQuery's core style guide
55+
* Followed jQuery's core style guide
5456
* v0.2.7 April 29, 2013
5557
* Code refactoring
56-
* Upgrade Grunt from v0.3 to v0.4
58+
* Upgraded Grunt from v0.3 to v0.4
5759
* v0.2.6 March 14, 2013
5860
* Updated to responsive design
5961
* v0.2.5 March 01, 2013

dist/jquery.github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery Github - v0.2.8
2+
* jQuery Github - v0.2.9
33
* A jQuery plugin to display your Github Repositories.
44
* https://github.com/zenorocha/jquery-github/
55
*

dist/jquery.github.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repositories",
88
"git"
99
],
10-
"version": "0.2.8",
10+
"version": "0.2.9",
1111
"author": {
1212
"name": "Zeno Rocha",
1313
"url": "https://github.com/zenorocha"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A jQuery plugin to display your Github Repositories.",
55
"author": "Zeno Rocha",
66
"homepage": "https://github.com/zenorocha/jquery-github/",
7-
"version": "0.2.8",
7+
"version": "0.2.9",
88
"devDependencies": {
99
"grunt": "~0.4.1",
1010
"grunt-cli": "~0.1.7",

0 commit comments

Comments
 (0)