aboutsummaryrefslogtreecommitdiff
path: root/js/src/dropdown.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-11-11 19:07:37 +0200
committerGitHub <[email protected]>2020-11-11 19:07:37 +0200
commit384eccbfaf3f234944f8d60ac70dd7966814c994 (patch)
tree6c05c77c6e4dda8915c0ae701e6e3361dbd41559 /js/src/dropdown.js
parent7ad8967367dcd6ebccb9569096ebec0f627e35ac (diff)
downloadbootstrap-5.0.0-alpha3.tar.xz
bootstrap-5.0.0-alpha3.zip
Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3
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 42f4f6de4..3a3f12c48 100644
--- a/js/src/dropdown.js
+++ b/js/src/dropdown.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.0.0-alpha2): dropdown.js
+ * Bootstrap (v5.0.0-alpha3): dropdown.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -27,7 +27,7 @@ import SelectorEngine from './dom/selector-engine'
*/
const NAME = 'dropdown'
-const VERSION = '5.0.0-alpha2'
+const VERSION = '5.0.0-alpha3'
const DATA_KEY = 'bs.dropdown'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'