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-12 10:04:51 +0300
committerMark Otto <otto@github.com>2018-07-12 19:27:14 +0300
commitc4ccfbe04e888f3623d74963ba72d2320da0785a (patch)
tree96ba61bf7946c9b3729af1b093d219d2d0761f52 /js/src/dropdown.js
parenta49f5cab6fb2e106113e5ab59fdcecc7f9349301 (diff)
Ship v4.1.2
Diffstat (limited to 'js/src/dropdown.js')
-rw-r--r--js/src/dropdown.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/dropdown.js b/js/src/dropdown.js
index c7dcdec7c9..e78f41c6c3 100644
--- a/js/src/dropdown.js
+++ b/js/src/dropdown.js
@@ -4,7 +4,7 @@ import Util from './util'
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.1.1): dropdown.js
+ * Bootstrap (v4.1.2): dropdown.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -17,7 +17,7 @@ const Dropdown = (($) => {
*/
const NAME = 'dropdown'
- const VERSION = '4.1.1'
+ const VERSION = '4.1.2'
const DATA_KEY = 'bs.dropdown'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'