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/alert.js
parent72447ad4972105e920f1767f369b98a76dcfa107 (diff)
Ship v4.1.3v4.1.3
Diffstat (limited to 'js/dist/alert.js')
-rw-r--r--js/dist/alert.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/alert.js b/js/dist/alert.js
index edee00e47c..a7d1721ae6 100644
--- a/js/dist/alert.js
+++ b/js/dist/alert.js
@@ -25,7 +25,7 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.1.2): alert.js
+ * Bootstrap (v4.1.3): alert.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -37,7 +37,7 @@
* ------------------------------------------------------------------------
*/
var NAME = 'alert';
- var VERSION = '4.1.2';
+ var VERSION = '4.1.3';
var DATA_KEY = 'bs.alert';
var EVENT_KEY = "." + DATA_KEY;
var DATA_API_KEY = '.data-api';