From 927ce835c85324f2109ccf9f6d5aa260c6fdd95a Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Mon, 13 Oct 2014 18:54:25 +0300 Subject: [PATCH] Version increment. --- bower.json | 2 +- contents.jquery.json | 2 +- dist/contents.js | 2 +- dist/contents.min.js | 2 +- gulpfile.js | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index b014fa9..2978204 100644 --- a/bower.json +++ b/bower.json @@ -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": [ diff --git a/contents.jquery.json b/contents.jquery.json index c0a39e5..1c4c048 100644 --- a/contents.jquery.json +++ b/contents.jquery.json @@ -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", diff --git a/dist/contents.js b/dist/contents.js index b496e65..55a1207 100644 --- a/dist/contents.js +++ b/dist/contents.js @@ -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 */ diff --git a/dist/contents.min.js b/dist/contents.min.js index 7e026bd..2fabc0c 100644 --- a/dist/contents.min.js +++ b/dist/contents.min.js @@ -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 */ diff --git a/gulpfile.js b/gulpfile.js index cef9ee2..12f01c1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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); diff --git a/package.json b/package.json index 13f555b..8ff82f3 100644 --- a/package.json +++ b/package.json @@ -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",