From 384eccbfaf3f234944f8d60ac70dd7966814c994 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 11 Nov 2020 19:07:37 +0200 Subject: Prepare v5.0.0-alpha3 (#32122) --- js/src/carousel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/src/carousel.js') diff --git a/js/src/carousel.js b/js/src/carousel.js index 00724e6624..84a88bb04d 100644 --- a/js/src/carousel.js +++ b/js/src/carousel.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.0-alpha2): carousel.js + * Bootstrap (v5.0.0-alpha3): carousel.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -29,7 +29,7 @@ import SelectorEngine from './dom/selector-engine' */ const NAME = 'carousel' -const VERSION = '5.0.0-alpha2' +const VERSION = '5.0.0-alpha3' const DATA_KEY = 'bs.carousel' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' -- cgit v1.2.3