From b083c9639fd9012e5cba57d6c4088d43b3c3e57d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 29 Sep 2020 18:33:00 +0300 Subject: Prepare v5.0.0-alpha2. (#31748) --- js/dist/collapse.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/dist/collapse.js') diff --git a/js/dist/collapse.js b/js/dist/collapse.js index bf328db469..6d6c25af09 100644 --- a/js/dist/collapse.js +++ b/js/dist/collapse.js @@ -1,5 +1,5 @@ /*! - * Bootstrap collapse.js v5.0.0-alpha1 (https://getbootstrap.com/) + * Bootstrap collapse.js v5.0.0-alpha2 (https://getbootstrap.com/) * Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ @@ -18,7 +18,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.0.0-alpha1): util/index.js + * Bootstrap (v5.0.0-alpha2): util/index.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -147,7 +147,7 @@ */ var NAME = 'collapse'; - var VERSION = '5.0.0-alpha1'; + var VERSION = '5.0.0-alpha2'; var DATA_KEY = 'bs.collapse'; var EVENT_KEY = "." + DATA_KEY; var DATA_API_KEY = '.data-api'; -- cgit v1.2.3