Skip to content

Commit

Permalink
Version increment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 13, 2014
1 parent 68fb18d commit 927ce83
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"jquery": ">=1"
},
"version": "0.0.1",
"version": "0.0.2",
"name": "contents",
"description": "Automatically generate table of contents for a given area of content.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion contents.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"name": "contents",
"description": "Automatically generate table of contents for a given area of content.",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [
"table of contents",
"toc",
Expand Down
2 changes: 1 addition & 1 deletion dist/contents.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @version 0.0.1
* @version 0.0.2
* @link https://github.com/gajus/contents for the canonical source repository
* @license https://github.com/gajus/contents/blob/master/LICENSE BSD 3-Clause
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/contents.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 gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gulp.task('distribute', ['clean'], function (cb) {
jquery.description = pkg.description
jquery.version = pkg.version;
jquery.keywords = pkg.keywords;
jquery.title = pkg.title;;
jquery.title = pkg.title;

fs.writeFile('./bower.json', JSON.stringify(bower, null, 4), function () {
fs.writeFile('./contents.jquery.json', JSON.stringify(jquery, null, 4), cb);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "contents",
"title": "Contents",
"description": "Automatically generate table of contents for a given area of content.",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"devDependencies": {
"karma": "^0.12.22",
Expand Down

0 comments on commit 927ce83

Please sign in to comment.