diff options
| author | Mark Otto <[email protected]> | 2016-09-05 16:21:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-05 16:21:58 -0700 |
| commit | c5a90914704a11e434761d7309e11c7bf9282fec (patch) | |
| tree | 6cf147d060930df791b5dbc12fa251c74a520443 /js/src/button.js | |
| parent | 22afc82a91e35b45849e60235f3d648fab9ac784 (diff) | |
| parent | 019502543bc132c2d0cd81d366c7ba0698b6f770 (diff) | |
| download | bootstrap-c5a90914704a11e434761d7309e11c7bf9282fec.tar.xz bootstrap-c5a90914704a11e434761d7309e11c7bf9282fec.zip | |
Merge branch 'v4-dev' into v4-docs-streamlined
Diffstat (limited to 'js/src/button.js')
| -rw-r--r-- | js/src/button.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/button.js b/js/src/button.js index 14f3c569f..24b0cd414 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.3): button.js + * Bootstrap (v4.0.0-alpha.4): button.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ const Button = (($) => { */ const NAME = 'button' - const VERSION = '4.0.0-alpha.3' + const VERSION = '4.0.0-alpha.4' const DATA_KEY = 'bs.button' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' |
