Skip to content

Commit

Permalink
Update gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarkar committed Oct 26, 2022
1 parent 37967ef commit 9a3670e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,10 +508,10 @@ function replaceVersionNumbers() {
return gulp
.src([PATHS.dist + '/**/*.html', PATHS.dist + '/**/*.json'])
.pipe(replace('[ios.minimum-required-os-version]', '12.5'))
.pipe(replace('[ios.current-app-version]', '2.28.0'))
.pipe(replace('[ios.current-app-version]', '2.29.0'))
.pipe(replace('[android.latest-os-version]', '13'))
.pipe(replace('[android.minimum-required-os-version]', '6'))
.pipe(replace('[android.current-app-version]', '2.28.2'))
.pipe(replace('[android.current-app-version]', '2.29.0'))
.pipe(replace('[last-update]', new Date().toISOString().split('T')[0]))
.pipe(gulp.dest(PATHS.dist));
}
Expand Down

0 comments on commit 9a3670e

Please sign in to comment.