From eda851ee76bd01375f39682d903a76cc51207475 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Dec 2018 18:18:37 -0800 Subject: Prep for v4.2.0 release - Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more --- js/dist/scrollspy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/dist/scrollspy.js') diff --git a/js/dist/scrollspy.js b/js/dist/scrollspy.js index e2f5779cca..bf3285934f 100644 --- a/js/dist/scrollspy.js +++ b/js/dist/scrollspy.js @@ -1,5 +1,5 @@ /*! - * Bootstrap scrollspy.js v4.1.3 (https://getbootstrap.com/) + * Bootstrap scrollspy.js v4.2.0 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ @@ -69,7 +69,7 @@ */ var NAME = 'scrollspy'; - var VERSION = '4.1.3'; + var VERSION = '4.2.0'; var DATA_KEY = 'bs.scrollspy'; var EVENT_KEY = "." + DATA_KEY; var DATA_API_KEY = '.data-api'; -- cgit v1.2.3