diff --git a/gulpfile.js b/gulpfile.js index 11f844b..3888315 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -286,6 +286,7 @@ gulp.task('bump:html', function () { return gulp .src('./index.html') .pipe(replace(/(.*)<\/sup>/, '' + pkg.version + '')) + .pipe(replace(/BR.version = '(.*?)';/, "BR.version = '" + pkg.version + "';")) .pipe(gulp.dest('.')); }); diff --git a/index.html b/index.html index 278cacb..6195761 100644 --- a/index.html +++ b/index.html @@ -1143,6 +1143,7 @@