diff options
| author | Chris Rebert <[email protected]> | 2015-12-08 18:04:59 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-08 18:16:47 -0800 |
| commit | 31d4139a7402776cdb6a852b2fa9351b02e9482b (patch) | |
| tree | 10d2643f4d3ed0c60157f1fde014c6a4bafaf755 /js/src/tooltip.js | |
| parent | cc8600a2877c8f7898fe5ae7f6bc9d453fd3b7d2 (diff) | |
| download | bootstrap-31d4139a7402776cdb6a852b2fa9351b02e9482b.tar.xz bootstrap-31d4139a7402776cdb6a852b2fa9351b02e9482b.zip | |
Update version numbers using npm script
Errata from:
* 8ce5da30260c1368ae97838fcf010375071a7243
* 5d3144e8fb5c7202991b7614d77dfc00903fcb2e
which missed a few numbers.
[skip sauce]
[skip validator]
Diffstat (limited to 'js/src/tooltip.js')
| -rw-r--r-- | js/src/tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js index 606f4a606..77803dc40 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -28,7 +28,7 @@ const Tooltip = (($) => { */ const NAME = 'tooltip' - const VERSION = '4.0.0-alpha' + const VERSION = '4.0.0-alpha.2' const DATA_KEY = 'bs.tooltip' const EVENT_KEY = `.${DATA_KEY}` const JQUERY_NO_CONFLICT = $.fn[NAME] |
