diff options
| author | Mark Otto <[email protected]> | 2017-10-22 14:26:49 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-22 14:26:49 -0700 |
| commit | 1f42d79561d3931b91e09e5d1d04b3a4ce9aa431 (patch) | |
| tree | f965c8296c54cd4625af34ad4fe3aefe8e7682f6 /js/src/button.js | |
| parent | 58e553d7bcdd440cafa13a4a9b97cc293dbfcb04 (diff) | |
| parent | 29d58fb758683db42c2d716ac654dea3ab6063c7 (diff) | |
| download | bootstrap-1f42d79561d3931b91e09e5d1d04b3a4ce9aa431.tar.xz bootstrap-1f42d79561d3931b91e09e5d1d04b3a4ce9aa431.zip | |
Merge branch 'v4-dev' into btn_input_split_variables
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 7bf5e87dd..9227da951 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -1,7 +1,7 @@ import $ from 'jquery' /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-beta): button.js + * Bootstrap (v4.0.0-beta.2): button.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -16,7 +16,7 @@ const Button = (() => { */ const NAME = 'button' - const VERSION = '4.0.0-beta' + const VERSION = '4.0.0-beta.2' const DATA_KEY = 'bs.button' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' |
