2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Update version numbers using npm script

Errata from:
* 8ce5da3026
* 5d3144e8fb
which missed a few numbers.

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2015-12-08 18:04:59 -08:00
parent cc8600a287
commit 31d4139a74
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const Popover = (($) => {
*/
const NAME = 'popover'
const VERSION = '4.0.0-alpha'
const VERSION = '4.0.0-alpha.2'
const DATA_KEY = 'bs.popover'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]