diff options
| author | XhmikosR <[email protected]> | 2021-10-05 18:50:18 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-05 18:50:18 +0300 |
| commit | 5ecef8ac010249536f92206af500f8670813c8a8 (patch) | |
| tree | 26b271f1901b70b5a6f4b25ef72186a04f51c665 /js/src/base-component.js | |
| parent | a2aa8c5a6e8c37fa605ca31111c6529629d32b3f (diff) | |
| download | bootstrap-5ecef8ac010249536f92206af500f8670813c8a8.tar.xz bootstrap-5ecef8ac010249536f92206af500f8670813c8a8.zip | |
Release v5.1.2 (#35114)
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 cb65bed8e..cc6abd121 100644 --- a/js/src/base-component.js +++ b/js/src/base-component.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.1): base-component.js + * Bootstrap (v5.1.2): base-component.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -18,7 +18,7 @@ import EventHandler from './dom/event-handler' * ------------------------------------------------------------------------ */ -const VERSION = '5.1.1' +const VERSION = '5.1.2' class BaseComponent { constructor(element) { |
