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>2017-10-19 19:25:55 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-19 22:23:29 +0300
commitcf00548f4e640e8cb1108370254fd2be5260aa32 (patch)
tree2f3add6f952129fde3e57fe84d850775654f49d8 /js/dist/dropdown.js
parent7b06b9292f1b3f6683da5536494116c54c827f8a (diff)
new version number
Diffstat (limited to 'js/dist/dropdown.js')
-rw-r--r--js/dist/dropdown.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/dropdown.js b/js/dist/dropdown.js
index e921f5b49f..a73e3890b6 100644
--- a/js/dist/dropdown.js
+++ b/js/dist/dropdown.js
@@ -4,7 +4,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.0.0-beta): dropdown.js
+ * Bootstrap (vv4.0.0-beta.2): dropdown.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -24,7 +24,7 @@ var Dropdown = function () {
var NAME = 'dropdown';
- var VERSION = '4.0.0-beta';
+ var VERSION = 'v4.0.0-beta.2';
var DATA_KEY = 'bs.dropdown';
var EVENT_KEY = "." + DATA_KEY;
var DATA_API_KEY = '.data-api';