diff options
| author | XhmikosR <[email protected]> | 2021-10-09 18:28:28 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-10-09 18:28:28 +0300 |
| commit | c44d64ed71bd74d322c6023f1cd5a167de126d4f (patch) | |
| tree | 8b9bf4e26e802ef4eccefbd8c9a5bb13b0cdd5a6 /js/src/base-component.js | |
| parent | ec62be2724e975b6aee2eb97e5f9bb11143c0a34 (diff) | |
| parent | 1a6fdfae6be09b09eaced8f0e442ca6f7680a61e (diff) | |
| download | bootstrap-c44d64ed71bd74d322c6023f1cd5a167de126d4f.tar.xz bootstrap-c44d64ed71bd74d322c6023f1cd5a167de126d4f.zip | |
Merge remote-tracking branch 'remotes/origin/v513'
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 0a1c17357..fb33d7b0c 100644 --- a/js/src/base-component.js +++ b/js/src/base-component.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.2): base-component.js + * Bootstrap (v5.1.3): 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.2' +const VERSION = '5.1.3' class BaseComponent { constructor(element) { |
