diff options
| author | XhmikosR <[email protected]> | 2020-09-29 18:33:00 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-29 18:33:00 +0300 |
| commit | b083c9639fd9012e5cba57d6c4088d43b3c3e57d (patch) | |
| tree | 7a945ab82b979987d298e2afd807f77216c3c453 /js/src/tooltip.js | |
| parent | d862a9f27657ec95a0a49e159236824141f0c9ae (diff) | |
| download | bootstrap-5.0.0-alpha2.tar.xz bootstrap-5.0.0-alpha2.zip | |
Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2
Diffstat (limited to 'js/src/tooltip.js')
| -rw-r--r-- | js/src/tooltip.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js index 1bda97e38..1203142ed 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.0-alpha1): tooltip.js + * Bootstrap (v5.0.0-alpha2): tooltip.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -33,7 +33,7 @@ import SelectorEngine from './dom/selector-engine' */ const NAME = 'tooltip' -const VERSION = '5.0.0-alpha1' +const VERSION = '5.0.0-alpha2' const DATA_KEY = 'bs.tooltip' const EVENT_KEY = `.${DATA_KEY}` const CLASS_PREFIX = 'bs-tooltip' |
