diff options
| author | Mark Otto <[email protected]> | 2015-11-24 11:07:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-24 11:07:36 -0800 |
| commit | 910400e8979f43d7d329edcaa29add03acb3d48b (patch) | |
| tree | 2b76c14864445472340a64bcdc968987c9841849 /js/button.js | |
| parent | c13de0e69a5708cf3a8d2e2020ef561d47ac085f (diff) | |
| download | bootstrap-910400e8979f43d7d329edcaa29add03acb3d48b.tar.xz bootstrap-910400e8979f43d7d329edcaa29add03acb3d48b.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 15d7dca64..0f36e41e8 100644 --- a/js/button.js +++ b/js/button.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: button.js v3.3.5 + * Bootstrap: button.js v3.3.6 * http://getbootstrap.com/javascript/#buttons * ======================================================================== * Copyright 2011-2015 Twitter, Inc. @@ -19,7 +19,7 @@ this.isLoading = false } - Button.VERSION = '3.3.5' + Button.VERSION = '3.3.6' Button.DEFAULTS = { loadingText: 'loading...' |
