diff options
| author | Chris Rebert <[email protected]> | 2016-07-25 08:24:11 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-25 08:24:11 -0700 |
| commit | df08d95495cf3cd9278099dc91c630423eccc846 (patch) | |
| tree | fe84bcccea05894eb8082afa4850eab705c74b78 /js/button.js | |
| parent | a4cfdcca0af9256bfddbe5dd4ccc507dc4ad5456 (diff) | |
| download | bootstrap-df08d95495cf3cd9278099dc91c630423eccc846.tar.xz bootstrap-df08d95495cf3cd9278099dc91c630423eccc846.zip | |
Update version numbers in preparation for v3.3.7 release (#20357)
[skip sauce]
Diffstat (limited to 'js/button.js')
| -rw-r--r-- | js/button.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/button.js b/js/button.js index 16e500c8d..843b39c9d 100644 --- a/js/button.js +++ b/js/button.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: button.js v3.3.6 + * Bootstrap: button.js v3.3.7 * http://getbootstrap.com/javascript/#buttons * ======================================================================== * Copyright 2011-2016 Twitter, Inc. @@ -19,7 +19,7 @@ this.isLoading = false } - Button.VERSION = '3.3.6' + Button.VERSION = '3.3.7' Button.DEFAULTS = { loadingText: 'loading...' |
