diff options
| author | XhmikosR <[email protected]> | 2022-11-22 09:54:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-22 09:54:42 +0200 |
| commit | c139bac586e33d8d0ce40a57adbfeb38ecd68b89 (patch) | |
| tree | f56a8abfaef937458b7ae272dd53e01795d73524 /js/src/base-component.js | |
| parent | abdd3fef1fc742d2a21fc6f536cdad0ebb67aa3c (diff) | |
| parent | 8f6de23682cf08f0e70b9561f75642cbcca14250 (diff) | |
| download | bootstrap-c139bac586e33d8d0ce40a57adbfeb38ecd68b89.tar.xz bootstrap-c139bac586e33d8d0ce40a57adbfeb38ecd68b89.zip | |
Merge pull request #37524 from twbs/prepare-523
Release v5.2.3
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 168d7f8cb..ea266cee8 100644 --- a/js/src/base-component.js +++ b/js/src/base-component.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.2.2): base-component.js + * Bootstrap (v5.2.3): base-component.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -14,7 +14,7 @@ import Config from './util/config.js' * Constants */ -const VERSION = '5.2.2' +const VERSION = '5.2.3' /** * Class definition |
