aboutsummaryrefslogtreecommitdiff
path: root/js/src/scrollspy.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/scrollspy.js
parentb07b6f743ca023b24a4a9cc0cd22a4f25a7be37e (diff)
downloadbootstrap-4.4.1.tar.xz
bootstrap-4.4.1.zip
Release v4.4.1.v4.4.1
Diffstat (limited to 'js/src/scrollspy.js')
-rw-r--r--js/src/scrollspy.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js
index 02fc6c190..e9b6c8cd2 100644
--- a/js/src/scrollspy.js
+++ b/js/src/scrollspy.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v4.4.0): scrollspy.js
+ * Bootstrap (v4.4.1): scrollspy.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -15,7 +15,7 @@ import Util from './util'
*/
const NAME = 'scrollspy'
-const VERSION = '4.4.0'
+const VERSION = '4.4.1'
const DATA_KEY = 'bs.scrollspy'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'