Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-12-05 13:19:21 +0300
committerChris Rebert <code@chrisrebert.com>2015-12-05 13:19:46 +0300
commit75c39f9138ea95e8d472812117b13f1ed7978157 (patch)
tree860ce894662dbcf1aaa5370447f2d96efb52a569 /js/src/carousel.js
parent3cd8bd58e3a56161d8c4b131f3566ad84c885a40 (diff)
Fix version numbers is JS files; fixes #18435
[skip sauce] [skip validator]
Diffstat (limited to 'js/src/carousel.js')
-rw-r--r--js/src/carousel.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/carousel.js b/js/src/carousel.js
index 8d47fbf9b4..3abb064663 100644
--- a/js/src/carousel.js
+++ b/js/src/carousel.js
@@ -3,7 +3,7 @@ import Util from './util'
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.0.0): carousel.js
+ * Bootstrap (v4.0.0-alpha): carousel.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -18,7 +18,7 @@ const Carousel = (($) => {
*/
const NAME = 'carousel'
- const VERSION = '4.0.0'
+ const VERSION = '4.0.0-alpha'
const DATA_KEY = 'bs.carousel'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'