diff --git a/gulpfile.js b/gulpfile.js index ba1f57d68e..18bf75d432 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,7 +43,7 @@ var cleanupPipe = lazypipe() // remove html wrapper .pipe(minimalDocument) // Add real version number - .pipe(replace, /(Polymer.version = )'master'/, '$1"' + pkg.version + '"') + .pipe(replace, /(Polymer.version = )'1.x'/, '$1"' + pkg.version + '"') ; function vulcanizeWithExcludes(target, excludes) {