Skip to content

Commit

Permalink
changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Mar 1, 2013
1 parent c8b6779 commit 677b8f0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Prefer a non-jquery version with pure JavaScript? No problem, [@ricardobeat](htt

## History

* v0.2.5 March 01, 2013
* Added Grunt and integrated it with Travis
* Added lint task
* Added minify task
* v0.2.4 January 17, 2013
* Renamed from `jquery-github-repos` to `jquery-github`
* v0.2.3 January 17, 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.4
* jQuery Github - v0.2.5
* 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.3",
"version": "0.2.5",
"author": {
"name": "Zeno Rocha",
"url": "https://github.com/zenorocha"
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "jquery-github",
"name": "jQuery Github",
"description": "A jQuery plugin to display your Github Repositories.",
"author": "Zeno Rocha",
"version": "0.2.3",
"homepage": "https://github.com/zenorocha/jquery-github/",
"version": "0.2.5",
"devDependencies": {
"grunt": "~0.3.17"
},
Expand Down

0 comments on commit 677b8f0

Please sign in to comment.