diff options
| author | Mark Otto <[email protected]> | 2017-10-19 09:25:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-19 12:23:29 -0700 |
| commit | cf00548f4e640e8cb1108370254fd2be5260aa32 (patch) | |
| tree | 2f3add6f952129fde3e57fe84d850775654f49d8 /js/src/tooltip.js | |
| parent | 7b06b9292f1b3f6683da5536494116c54c827f8a (diff) | |
| download | bootstrap-cf00548f4e640e8cb1108370254fd2be5260aa32.tar.xz bootstrap-cf00548f4e640e8cb1108370254fd2be5260aa32.zip | |
new version number
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 8d262f4ad..6eac68a26 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -5,7 +5,7 @@ import Util from './util' /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-beta): tooltip.js + * Bootstrap (vv4.0.0-beta.2): tooltip.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -28,7 +28,7 @@ const Tooltip = (() => { */ const NAME = 'tooltip' - const VERSION = '4.0.0-beta' + const VERSION = 'v4.0.0-beta.2' const DATA_KEY = 'bs.tooltip' const EVENT_KEY = `.${DATA_KEY}` const JQUERY_NO_CONFLICT = $.fn[NAME] |
