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>2019-11-28 15:37:56 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-11-28 15:59:49 +0300
commitdca1ab7d877bc4b664b43604657a2b5fbe2b4ecb (patch)
tree1d8c904287d00c881813b037e1a8cadd7f280f8d /js/src/tab.js
parentb07b6f743ca023b24a4a9cc0cd22a4f25a7be37e (diff)
Release v4.4.1.v4.4.1
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 47ceb6c77e..12347b78c6 100644
--- a/js/src/tab.js
+++ b/js/src/tab.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.4.0): tab.js
+ * Bootstrap (v4.4.1): tab.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -15,7 +15,7 @@ import Util from './util'
*/
const NAME = 'tab'
-const VERSION = '4.4.0'
+const VERSION = '4.4.1'
const DATA_KEY = 'bs.tab'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'