From 265583e0c569866f1a4eb8c1580e55728d42cd62 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Fri, 19 Mar 2021 12:22:20 +0100 Subject: [PATCH] Format name and creator --- gulpfile.js | 1 + index.html | 1 + js/control/Export.js | 8 ++++++-- js/format/Gpx.js | 1 + js/util/Diff.js | 2 +- tests/format/Gpx.test.js | 3 ++- 6 files changed, 12 insertions(+), 4 deletions(-) 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 @@