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:
authorXhmikosR <xhmikosr@gmail.com>2022-07-19 18:13:44 +0300
committerGitHub <noreply@github.com>2022-07-19 18:13:44 +0300
commite5643aaa89eb67327a5b4abe7db976f0ea276b70 (patch)
treea7e51d7cdae51f665cf08aae1a9cb623e07af169 /js/src/collapse.js
parent82a1f334cf02c6b1fbb27d5da6afb89a80223c31 (diff)
Release v4.6.2 (#36725)v4.6.2
* Bump version to 4.6.2. * Dist
Diffstat (limited to 'js/src/collapse.js')
-rw-r--r--js/src/collapse.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/collapse.js b/js/src/collapse.js
index 0b9651c328..2257ffc96a 100644
--- a/js/src/collapse.js
+++ b/js/src/collapse.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.1): collapse.js
+ * Bootstrap (v4.6.2): collapse.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -13,7 +13,7 @@ import Util from './util'
*/
const NAME = 'collapse'
-const VERSION = '4.6.1'
+const VERSION = '4.6.2'
const DATA_KEY = 'bs.collapse'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'