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>2021-10-28 17:45:21 +0300
committerGitHub <noreply@github.com>2021-10-28 17:45:21 +0300
commit043a03c95a2ad6738f85b65e53b9dbdfb03b8d10 (patch)
tree34f8025fcc0c1dc3efd581e59705b9b4c148419f /js/src/tab.js
parentef6a4185357c39e6d0a25ccc0a264bed6a8f3021 (diff)
Release v4.6.1 (#35272)v4.6.1
* Bump version to v4.6.1 * Dist
Diffstat (limited to 'js/src/tab.js')
-rw-r--r--js/src/tab.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/tab.js b/js/src/tab.js
index 9d34e521c5..85f2f2ebc1 100644
--- a/js/src/tab.js
+++ b/js/src/tab.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.6.0): tab.js
+ * Bootstrap (v4.6.1): tab.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -13,7 +13,7 @@ import Util from './util'
*/
const NAME = 'tab'
-const VERSION = '4.6.0'
+const VERSION = '4.6.1'
const DATA_KEY = 'bs.tab'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'