diff options
| author | Mark Otto <[email protected]> | 2017-08-10 20:56:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-10 20:56:35 -0700 |
| commit | 35f80bb12e4e71fd777ee60ffa43711d8f84b1a6 (patch) | |
| tree | 6bae956ad20eae14a971ad22956102401c852571 /js/src/scrollspy.js | |
| parent | 17232b2db4edb820434d3120b3cadb642301943f (diff) | |
| download | bootstrap-35f80bb12e4e71fd777ee60ffa43711d8f84b1a6.tar.xz bootstrap-35f80bb12e4e71fd777ee60ffa43711d8f84b1a6.zip | |
bump to betav4.0.0-beta
Diffstat (limited to 'js/src/scrollspy.js')
| -rw-r--r-- | js/src/scrollspy.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js index 7ea9f2483..b70b7e477 100644 --- a/js/src/scrollspy.js +++ b/js/src/scrollspy.js @@ -3,7 +3,7 @@ import Util from './util' /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): scrollspy.js + * Bootstrap (v4.0.0-beta): scrollspy.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -18,7 +18,7 @@ const ScrollSpy = (($) => { */ const NAME = 'scrollspy' - const VERSION = '4.0.0-alpha.6' + const VERSION = '4.0.0-beta' const DATA_KEY = 'bs.scrollspy' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' |
