From 842fd50da8fffe5a67d01077abd050757c257776 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 22 Mar 2023 10:23:24 +0200 Subject: [PATCH] Remove version from index.{esm,umd}.js too (#38302) --- js/index.esm.js | 2 +- js/index.umd.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/index.esm.js b/js/index.esm.js index 11f54d5e92..155d9fb6a5 100644 --- a/js/index.esm.js +++ b/js/index.esm.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.3.0-alpha1): index.esm.js + * Bootstrap index.esm.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/index.umd.js b/js/index.umd.js index 7652bd06dc..a33df74657 100644 --- a/js/index.umd.js +++ b/js/index.umd.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.3.0-alpha1): index.umd.js + * Bootstrap index.umd.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */