diff options
| author | Mark Otto <[email protected]> | 2017-12-28 09:16:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-12-28 09:50:04 -0800 |
| commit | ced70da441d487efb8589acbff445d6b5fa68bb9 (patch) | |
| tree | 002a940cdc0aa217cea78420d77b921dbf282947 /js/dist/button.js | |
| parent | e0fe88659cb78f16e20e407780b290e7ab39ebbc (diff) | |
| download | bootstrap-4.0.0-beta.3.tar.xz bootstrap-4.0.0-beta.3.zip | |
Update version to 4.0.0-beta.3v4.0.0-beta.3
Diffstat (limited to 'js/dist/button.js')
| -rw-r--r-- | js/dist/button.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/button.js b/js/dist/button.js index 125532f15..113ca7281 100644 --- a/js/dist/button.js +++ b/js/dist/button.js @@ -4,7 +4,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-beta.2): button.js + * Bootstrap (v4.0.0-beta.3): button.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ var Button = function ($) { * ------------------------------------------------------------------------ */ var NAME = 'button'; - var VERSION = '4.0.0-beta.2'; + var VERSION = '4.0.0-beta.3'; var DATA_KEY = 'bs.button'; var EVENT_KEY = "." + DATA_KEY; var DATA_API_KEY = '.data-api'; |
