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:
authorXhmikosR <xhmikosr@gmail.com>2020-11-24 17:37:20 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-12-07 19:18:16 +0300
commit8dc85c657ee8353f76bb767737f489457132e29d (patch)
treec21f0e4c6bd4355c2bbc992585b8beee50c3452e /js/src/base-component.js
parent9312442338003d5011372e0cc3994de56179653b (diff)
Prepare v5.0.0-beta1.
Diffstat (limited to 'js/src/base-component.js')
-rw-r--r--js/src/base-component.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/base-component.js b/js/src/base-component.js
index 776a0052b5..cea6c92035 100644
--- a/js/src/base-component.js
+++ b/js/src/base-component.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.0.0-alpha3): base-component.js
+ * Bootstrap (v5.0.0-beta1): base-component.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -13,7 +13,7 @@ import Data from './dom/data'
* ------------------------------------------------------------------------
*/
-const VERSION = '5.0.0-alpha3'
+const VERSION = '5.0.0-beta1'
class BaseComponent {
constructor(element) {