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:
authorMark Otto <markdotto@gmail.com>2018-07-24 05:25:52 +0300
committerMark Otto <otto@github.com>2018-07-24 18:54:34 +0300
commit3b558734382ce58b51e5fc676453bfd53bba9201 (patch)
tree2d84810c8b859fd34deb7e3a420f18b2fce30190 /js/dist/collapse.js
parent72447ad4972105e920f1767f369b98a76dcfa107 (diff)
Ship v4.1.3v4.1.3
Diffstat (limited to 'js/dist/collapse.js')
-rw-r--r--js/dist/collapse.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/collapse.js b/js/dist/collapse.js
index ef8a84321d..94819cc388 100644
--- a/js/dist/collapse.js
+++ b/js/dist/collapse.js
@@ -59,7 +59,7 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.1.2): collapse.js
+ * Bootstrap (v4.1.3): collapse.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -71,7 +71,7 @@
* ------------------------------------------------------------------------
*/
var NAME = 'collapse';
- var VERSION = '4.1.2';
+ var VERSION = '4.1.3';
var DATA_KEY = 'bs.collapse';
var EVENT_KEY = "." + DATA_KEY;
var DATA_API_KEY = '.data-api';