From 3151f817c9ad8100c4f3da0594b2dcd985774661 Mon Sep 17 00:00:00 2001 From: Zeno Rocha Date: Wed, 1 May 2013 08:59:03 -0300 Subject: [PATCH] Generate v0.2.9 --- README.md | 6 ++++-- dist/jquery.github.js | 2 +- dist/jquery.github.min.js | 2 +- github.jquery.json | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 24b2cd4..0a6dc55 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dist/jquery.github.js b/dist/jquery.github.js index e2802da..f56d90b 100644 --- a/dist/jquery.github.js +++ b/dist/jquery.github.js @@ -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/ * diff --git a/dist/jquery.github.min.js b/dist/jquery.github.min.js index 1e28f99..b219d3c 100644 --- a/dist/jquery.github.min.js +++ b/dist/jquery.github.min.js @@ -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/ * diff --git a/github.jquery.json b/github.jquery.json index 8f70fd8..49f59e4 100644 --- a/github.jquery.json +++ b/github.jquery.json @@ -7,7 +7,7 @@ "repositories", "git" ], - "version": "0.2.8", + "version": "0.2.9", "author": { "name": "Zeno Rocha", "url": "https://github.com/zenorocha" diff --git a/package.json b/package.json index 92238e6..d66c93f 100644 --- a/package.json +++ b/package.json @@ -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",