diff options
| author | XhmikosR <[email protected]> | 2020-11-11 19:07:37 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-11 19:07:37 +0200 |
| commit | 384eccbfaf3f234944f8d60ac70dd7966814c994 (patch) | |
| tree | 6c05c77c6e4dda8915c0ae701e6e3361dbd41559 /js/src/modal.js | |
| parent | 7ad8967367dcd6ebccb9569096ebec0f627e35ac (diff) | |
| download | bootstrap-5.0.0-alpha3.tar.xz bootstrap-5.0.0-alpha3.zip | |
Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3
Diffstat (limited to 'js/src/modal.js')
| -rw-r--r-- | js/src/modal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/modal.js b/js/src/modal.js index c4d8cdd88..d6d10ab93 100644 --- a/js/src/modal.js +++ b/js/src/modal.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.0-alpha2): modal.js + * Bootstrap (v5.0.0-alpha3): modal.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -28,7 +28,7 @@ import SelectorEngine from './dom/selector-engine' */ const NAME = 'modal' -const VERSION = '5.0.0-alpha2' +const VERSION = '5.0.0-alpha3' const DATA_KEY = 'bs.modal' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' |
