diff options
| author | XhmikosR <[email protected]> | 2020-10-13 18:38:30 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-13 18:38:30 +0300 |
| commit | a716fb03f965dc0846df479e14388b1b4b93d7ce (patch) | |
| tree | 1d6a3f7d5bdda6e1df0b11c3f54eb99da7a04328 /js/src/alert.js | |
| parent | d9f4bcf6ff8f7696b4e0f4ee489e1a59c058321e (diff) | |
| download | bootstrap-4.5.3.tar.xz bootstrap-4.5.3.zip | |
Prepare v4.5.3. (#31880)v4.5.3
Diffstat (limited to 'js/src/alert.js')
| -rw-r--r-- | js/src/alert.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/alert.js b/js/src/alert.js index 29743aa9b..421da7435 100644 --- a/js/src/alert.js +++ b/js/src/alert.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.2): alert.js + * Bootstrap (v4.5.3): alert.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ import Util from './util' */ const NAME = 'alert' -const VERSION = '4.5.2' +const VERSION = '4.5.3' const DATA_KEY = 'bs.alert' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' |
