diff options
| author | Julien Déramond <[email protected]> | 2024-02-20 16:14:29 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-20 17:14:29 +0200 |
| commit | 6e1f75f420f68e1d52733b8e407fc7c3766c9dba (patch) | |
| tree | 5a0dc4c4faee8640be7e8f7406e8679123854534 /js/src/base-component.js | |
| parent | 3caef2b4e6e8f00776ee318c468b7aeab1e7a330 (diff) | |
| download | bootstrap-6e1f75f420f68e1d52733b8e407fc7c3766c9dba.tar.xz bootstrap-6e1f75f420f68e1d52733b8e407fc7c3766c9dba.zip | |
Release v5.3.3 (#39524)
* Release v5.3.3
* Dist
---------
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'js/src/base-component.js')
| -rw-r--r-- | js/src/base-component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/base-component.js b/js/src/base-component.js index 85af731ef..82bf77030 100644 --- a/js/src/base-component.js +++ b/js/src/base-component.js @@ -14,7 +14,7 @@ import { executeAfterTransition, getElement } from './util/index.js' * Constants */ -const VERSION = '5.3.2' +const VERSION = '5.3.3' /** * Class definition |
