Skip to content

Commit

Permalink
Generate v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed May 1, 2013
1 parent 8f6c389 commit 3151f81
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ Also remember to follow [jQuery's Code Style](http://contribute.jquery.org/style

## History

* v0.2.9 May 1, 2013
* Fixed urls
* v0.2.8 April 30, 2013
* Follow jQuery's core style guide
* Followed jQuery's core style guide
* v0.2.7 April 29, 2013
* Code refactoring
* Upgrade Grunt from v0.3 to v0.4
* Upgraded Grunt from v0.3 to v0.4
* v0.2.6 March 14, 2013
* Updated to responsive design
* v0.2.5 March 01, 2013
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.github.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* jQuery Github - v0.2.8
* jQuery Github - v0.2.9
* A jQuery plugin to display your Github Repositories.
* https://github.com/zenorocha/jquery-github/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.github.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.8",
"version": "0.2.9",
"author": {
"name": "Zeno Rocha",
"url": "https://github.com/zenorocha"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A jQuery plugin to display your Github Repositories.",
"author": "Zeno Rocha",
"homepage": "https://github.com/zenorocha/jquery-github/",
"version": "0.2.8",
"version": "0.2.9",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
Expand Down

0 comments on commit 3151f81

Please sign in to comment.