diff options
| author | Mark Otto <[email protected]> | 2015-06-16 09:10:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-16 09:10:22 -0700 |
| commit | 83bfff7f0765503b990b96c303eef67009e48d77 (patch) | |
| tree | f8a1e58e1baa1a63640823c87d23058f3d301985 /js/button.js | |
| parent | 29ff44d3113806aad002bfea17a24e97005cd0c4 (diff) | |
| download | bootstrap-83bfff7f0765503b990b96c303eef67009e48d77.tar.xz bootstrap-83bfff7f0765503b990b96c303eef67009e48d77.zip | |
bump version
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 3e2e34512..15d7dca64 100644 --- a/js/button.js +++ b/js/button.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: button.js v3.3.4 + * Bootstrap: button.js v3.3.5 * http://getbootstrap.com/javascript/#buttons * ======================================================================== * Copyright 2011-2015 Twitter, Inc. @@ -19,7 +19,7 @@ this.isLoading = false } - Button.VERSION = '3.3.4' + Button.VERSION = '3.3.5' Button.DEFAULTS = { loadingText: 'loading...' |
