diff options
| author | XhmikosR <[email protected]> | 2019-11-28 14:37:56 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-11-28 14:59:49 +0200 |
| commit | dca1ab7d877bc4b664b43604657a2b5fbe2b4ecb (patch) | |
| tree | 1d8c904287d00c881813b037e1a8cadd7f280f8d /js/src/alert.js | |
| parent | b07b6f743ca023b24a4a9cc0cd22a4f25a7be37e (diff) | |
| download | bootstrap-4.4.1.tar.xz bootstrap-4.4.1.zip | |
Release v4.4.1.v4.4.1
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 49fad6f63..57ab676f9 100644 --- a/js/src/alert.js +++ b/js/src/alert.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.4.0): alert.js + * Bootstrap (v4.4.1): alert.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ import Util from './util' */ const NAME = 'alert' -const VERSION = '4.4.0' +const VERSION = '4.4.1' const DATA_KEY = 'bs.alert' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' |
