aboutsummaryrefslogtreecommitdiff
path: root/js/src/base-component.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-09-07 18:31:39 +0300
committerGitHub <[email protected]>2022-09-07 18:31:39 +0300
commit23e50829f958ea1d741d63e2781716be037e4644 (patch)
tree8ebbded3408c0ca80bba63f755f45f3c9cb71780 /js/src/base-component.js
parent23fb7a79156d1ea4ce2ab5713debbbc251b4e22f (diff)
downloadbootstrap-23e50829f958ea1d741d63e2781716be037e4644.tar.xz
bootstrap-23e50829f958ea1d741d63e2781716be037e4644.zip
Release v5.2.1 (#37098)
* Bump version to v5.2.1. * Dist
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 b5008b3a2..a80a20136 100644
--- a/js/src/base-component.js
+++ b/js/src/base-component.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.2.0): base-component.js
+ * Bootstrap (v5.2.1): 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.2.0'
+const VERSION = '5.2.1'
/**
* Class definition