Skip to content

Commit

Permalink
[ci skip] fix "gulp release" for master -> 1.x in dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jun 15, 2017
1 parent a5465a6 commit 69b7bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 69b7bf0

Please sign in to comment.