diff options
| author | XhmikosR <[email protected]> | 2021-05-13 19:22:20 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-13 19:22:20 +0300 |
| commit | 58b1be927f43c779377e478df2d119f2ddf956ca (patch) | |
| tree | f7c6a32eeade29ac9306c20ec6dcad505a347ee5 /js/src/base-component.js | |
| parent | 130a5ba1df272916dcc66f3fe1a36cfedcb7667b (diff) | |
| download | bootstrap-58b1be927f43c779377e478df2d119f2ddf956ca.tar.xz bootstrap-58b1be927f43c779377e478df2d119f2ddf956ca.zip | |
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.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/base-component.js b/js/src/base-component.js index 05b0adcd2..a5f1b36a0 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) { |
