Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-05-13 19:22:20 +0300
committerGitHub <noreply@github.com>2021-05-13 19:22:20 +0300
commit58b1be927f43c779377e478df2d119f2ddf956ca (patch)
treef7c6a32eeade29ac9306c20ec6dcad505a347ee5 /js/src/base-component.js
parent130a5ba1df272916dcc66f3fe1a36cfedcb7667b (diff)
Release v5.0.1 (#33972)v5.0.1
* Bump version to 5.0.1. * Dist
Diffstat (limited to 'js/src/base-component.js')
-rw-r--r--js/src/base-component.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/base-component.js b/js/src/base-component.js
index 05b0adcd26..a5f1b36a00 100644
--- a/js/src/base-component.js
+++ b/js/src/base-component.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.0.0): base-component.js
+ * Bootstrap (v5.0.1): base-component.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -20,7 +20,7 @@ import EventHandler from './dom/event-handler'
* ------------------------------------------------------------------------
*/
-const VERSION = '5.0.0'
+const VERSION = '5.0.1'
class BaseComponent {
constructor(element) {