diff --git a/.travis.yml b/.travis.yml index e6128ae..50556f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: - - "0.12" - "iojs" branches: only: diff --git a/index.js b/index.js index 76dc19e..48b32e8 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ /** * A module to replace link, script tags, and provide API for resolve linked files. * @module gulp-publish - * @version v0.5.1 + * @version v0.7.0 */ /** diff --git a/package.json b/package.json index b393481..aa6b6cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-publish", - "version": "0.5.1", + "version": "0.7.0", "description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files.", "main": "index.js", "author": "bornkiller ",