diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-06 07:58:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-06 07:58:47 +0000 |
commit | 93d3b4da94cc34f7c55e39cfbed159f0e2886328 (patch) | |
tree | 72efc9b38e0e49fd402131e8c076523f14dc4f59 /js/src/base-component.js | |
parent | Releasing debian version 5.3.0+dfsg-1. (diff) | |
download | bootstrap-html-93d3b4da94cc34f7c55e39cfbed159f0e2886328.tar.xz bootstrap-html-93d3b4da94cc34f7c55e39cfbed159f0e2886328.zip |
Merging upstream version 5.3.1+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 d13c7ab..19a09ad 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.0' +const VERSION = '5.3.1' /** * Class definition |