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>2020-09-29 18:33:00 +0300
committerGitHub <noreply@github.com>2020-09-29 18:33:00 +0300
commitb083c9639fd9012e5cba57d6c4088d43b3c3e57d (patch)
tree7a945ab82b979987d298e2afd807f77216c3c453 /js/dist/scrollspy.js
parentd862a9f27657ec95a0a49e159236824141f0c9ae (diff)
Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2
Diffstat (limited to 'js/dist/scrollspy.js')
-rw-r--r--js/dist/scrollspy.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/dist/scrollspy.js b/js/dist/scrollspy.js
index 0c052b3a48..d8f195cd4b 100644
--- a/js/dist/scrollspy.js
+++ b/js/dist/scrollspy.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap scrollspy.js v5.0.0-alpha1 (https://getbootstrap.com/)
+ * Bootstrap scrollspy.js v5.0.0-alpha2 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
@@ -18,7 +18,7 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.0.0-alpha1): util/index.js
+ * Bootstrap (v5.0.0-alpha2): util/index.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -106,7 +106,7 @@
*/
var NAME = 'scrollspy';
- var VERSION = '5.0.0-alpha1';
+ var VERSION = '5.0.0-alpha2';
var DATA_KEY = 'bs.scrollspy';
var EVENT_KEY = "." + DATA_KEY;
var DATA_API_KEY = '.data-api';