Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-11-26 20:12:00 +0300
committerGitHub <noreply@github.com>2019-11-26 20:12:00 +0300
commit593574d510050dc2d5eeafe70a58ae182f020480 (patch)
tree043a163d6c712121ca0fe1f34c419ab592b03185 /js/src/toast.js
parentd61bba584f89c7df0d780a9ff214a58f7b58cb94 (diff)
Release v4.4.0 (#29735)v4.4.0
Diffstat (limited to 'js/src/toast.js')
-rw-r--r--js/src/toast.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/toast.js b/js/src/toast.js
index ff375846aa..a3d2cc138f 100644
--- a/js/src/toast.js
+++ b/js/src/toast.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.3.1): toast.js
+ * Bootstrap (v4.4.0): toast.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -15,7 +15,7 @@ import Util from './util'
*/
const NAME = 'toast'
-const VERSION = '4.3.1'
+const VERSION = '4.4.0'
const DATA_KEY = 'bs.toast'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]