aboutsummaryrefslogtreecommitdiff
path: root/js/src/button.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-05 02:19:21 -0800
committerChris Rebert <[email protected]>2015-12-05 02:19:46 -0800
commit75c39f9138ea95e8d472812117b13f1ed7978157 (patch)
tree860ce894662dbcf1aaa5370447f2d96efb52a569 /js/src/button.js
parent3cd8bd58e3a56161d8c4b131f3566ad84c885a40 (diff)
downloadbootstrap-75c39f9138ea95e8d472812117b13f1ed7978157.tar.xz
bootstrap-75c39f9138ea95e8d472812117b13f1ed7978157.zip
Fix version numbers is JS files; fixes #18435
[skip sauce] [skip validator]
Diffstat (limited to 'js/src/button.js')
-rw-r--r--js/src/button.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/button.js b/js/src/button.js
index 58ef66b8b..69d63a1ec 100644
--- a/js/src/button.js
+++ b/js/src/button.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.0.0): button.js
+ * Bootstrap (v4.0.0-alpha): button.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -15,7 +15,7 @@ const Button = (($) => {
*/
const NAME = 'button'
- const VERSION = '4.0.0'
+ const VERSION = '4.0.0-alpha'
const DATA_KEY = 'bs.button'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'