aboutsummaryrefslogtreecommitdiff
path: root/js/src/button.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-11-28 14:37:56 +0200
committerXhmikosR <[email protected]>2019-11-28 14:59:49 +0200
commitdca1ab7d877bc4b664b43604657a2b5fbe2b4ecb (patch)
tree1d8c904287d00c881813b037e1a8cadd7f280f8d /js/src/button.js
parentb07b6f743ca023b24a4a9cc0cd22a4f25a7be37e (diff)
downloadbootstrap-dca1ab7d877bc4b664b43604657a2b5fbe2b4ecb.tar.xz
bootstrap-dca1ab7d877bc4b664b43604657a2b5fbe2b4ecb.zip
Release v4.4.1.v4.4.1
Diffstat (limited to 'js/src/button.js')
-rw-r--r--js/src/button.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/button.js b/js/src/button.js
index efaf6630d..f5b4fa0a7 100644
--- a/js/src/button.js
+++ b/js/src/button.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.4.0): button.js
+ * Bootstrap (v4.4.1): button.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -14,7 +14,7 @@ import $ from 'jquery'
*/
const NAME = 'button'
-const VERSION = '4.4.0'
+const VERSION = '4.4.1'
const DATA_KEY = 'bs.button'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'