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:
authorMark Otto <markdotto@gmail.com>2018-07-12 10:04:51 +0300
committerMark Otto <otto@github.com>2018-07-12 19:27:14 +0300
commitc4ccfbe04e888f3623d74963ba72d2320da0785a (patch)
tree96ba61bf7946c9b3729af1b093d219d2d0761f52 /js/src/carousel.js
parenta49f5cab6fb2e106113e5ab59fdcecc7f9349301 (diff)
Ship v4.1.2
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 59115de177..bc71e19c2c 100644
--- a/js/src/carousel.js
+++ b/js/src/carousel.js
@@ -3,7 +3,7 @@ import Util from './util'
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.1.1): carousel.js
+ * Bootstrap (v4.1.2): carousel.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -16,7 +16,7 @@ const Carousel = (($) => {
*/
const NAME = 'carousel'
- const VERSION = '4.1.1'
+ const VERSION = '4.1.2'
const DATA_KEY = 'bs.carousel'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'