diff options
| author | Mark Otto <[email protected]> | 2022-05-06 23:57:58 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2022-05-13 19:44:01 +0300 |
| commit | f7e8ca91e03165abb82d4c82555dc4ef96340cc9 (patch) | |
| tree | 1ed781ca84c20925ee7621b12d52101eef64c3b7 /js/src/base-component.js | |
| parent | 8d016c6cf9146dff0fed6bff5528bb7d8aced931 (diff) | |
| download | bootstrap-f7e8ca91e03165abb82d4c82555dc4ef96340cc9.tar.xz bootstrap-f7e8ca91e03165abb82d4c82555dc4ef96340cc9.zip | |
Prepare v5.2.0-beta1
Diffstat (limited to 'js/src/base-component.js')
| -rw-r--r-- | js/src/base-component.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/base-component.js b/js/src/base-component.js index 75bb90c32..09de681be 100644 --- a/js/src/base-component.js +++ b/js/src/base-component.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.1.3): base-component.js + * Bootstrap (v5.2.0-beta1): base-component.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -14,7 +14,7 @@ import Config from './util/config' * Constants */ -const VERSION = '5.1.3' +const VERSION = '5.2.0-beta1' /** * Class definition |
