aboutsummaryrefslogtreecommitdiff
path: root/js/src/modal.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-10-13 18:38:30 +0300
committerGitHub <[email protected]>2020-10-13 18:38:30 +0300
commita716fb03f965dc0846df479e14388b1b4b93d7ce (patch)
tree1d6a3f7d5bdda6e1df0b11c3f54eb99da7a04328 /js/src/modal.js
parentd9f4bcf6ff8f7696b4e0f4ee489e1a59c058321e (diff)
downloadbootstrap-4.5.3.tar.xz
bootstrap-4.5.3.zip
Prepare v4.5.3. (#31880)v4.5.3
Diffstat (limited to 'js/src/modal.js')
-rw-r--r--js/src/modal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/modal.js b/js/src/modal.js
index 53d8923c2..975a20be6 100644
--- a/js/src/modal.js
+++ b/js/src/modal.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.5.2): modal.js
+ * Bootstrap (v4.5.3): modal.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -15,7 +15,7 @@ import Util from './util'
*/
const NAME = 'modal'
-const VERSION = '4.5.2'
+const VERSION = '4.5.3'
const DATA_KEY = 'bs.modal'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'