diff options
| author | Mark Otto <[email protected]> | 2015-12-08 09:36:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-08 09:36:08 -0800 |
| commit | 5d3144e8fb5c7202991b7614d77dfc00903fcb2e (patch) | |
| tree | 839938fe300e1ac2f4b1f6b28e5971b90a367dc6 /docs/dist/js | |
| parent | 3b2be4701fd4a4e9daaf3e90eaa29ed6ebe83471 (diff) | |
| download | bootstrap-5d3144e8fb5c7202991b7614d77dfc00903fcb2e.tar.xz bootstrap-5d3144e8fb5c7202991b7614d77dfc00903fcb2e.zip | |
manually bump versions because npm script wasn't working for me
Diffstat (limited to 'docs/dist/js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 24 | ||||
| -rw-r--r-- | docs/dist/js/bootstrap.min.js | 2 | ||||
| -rw-r--r-- | docs/dist/js/umd/alert.js | 2 | ||||
| -rw-r--r-- | docs/dist/js/umd/button.js | 2 | ||||
| -rw-r--r-- | docs/dist/js/umd/carousel.js | 2 | ||||
| -rw-r--r-- | docs/dist/js/umd/collapse.js | 2 | ||||
| -rw-r--r-- | docs/dist/js/umd/dropdown.js | 2 | ||||
| -rw-r--r-- | docs/dist/js/umd/modal.js | 2 | ||||
| -rw-r--r-- | docs/dist/js/umd/popover.js | 2 | ||||
| -rw-r--r-- | docs/dist/js/umd/scrollspy.js | 2 | ||||
| -rw-r--r-- | docs/dist/js/umd/tab.js | 2 | ||||
| -rw-r--r-- | docs/dist/js/umd/tooltip.js | 2 | ||||
| -rw-r--r-- | docs/dist/js/umd/util.js | 2 |
13 files changed, 24 insertions, 24 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index d8f68ae0f..e6a646d6d 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -1,5 +1,5 @@ /*! - * Bootstrap v4.0.0-alpha (http://getbootstrap.com) + * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ @@ -20,7 +20,7 @@ if (typeof jQuery === 'undefined') { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): util.js + * Bootstrap (v4.0.0-alpha.2): util.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -185,7 +185,7 @@ var Util = (function ($) { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): alert.js + * Bootstrap (v4.0.0-alpha.2): alert.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -371,7 +371,7 @@ var Alert = (function ($) { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): button.js + * Bootstrap (v4.0.0-alpha.2): button.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -537,7 +537,7 @@ var Button = (function ($) { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): carousel.js + * Bootstrap (v4.0.0-alpha.2): carousel.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -1009,7 +1009,7 @@ var Carousel = (function ($) { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): collapse.js + * Bootstrap (v4.0.0-alpha.2): collapse.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -1367,7 +1367,7 @@ var Collapse = (function ($) { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): dropdown.js + * Bootstrap (v4.0.0-alpha.2): dropdown.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -1654,7 +1654,7 @@ var Dropdown = (function ($) { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): modal.js + * Bootstrap (v4.0.0-alpha.2): modal.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -2184,7 +2184,7 @@ var Modal = (function ($) { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): scrollspy.js + * Bootstrap (v4.0.0-alpha.2): scrollspy.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -2498,7 +2498,7 @@ var ScrollSpy = (function ($) { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): tab.js + * Bootstrap (v4.0.0-alpha.2): tab.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -2757,7 +2757,7 @@ var Tab = (function ($) { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): tooltip.js + * Bootstrap (v4.0.0-alpha.2): tooltip.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ @@ -3368,7 +3368,7 @@ var Tooltip = (function ($) { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): popover.js + * Bootstrap (v4.0.0-alpha.2): popover.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/docs/dist/js/bootstrap.min.js b/docs/dist/js/bootstrap.min.js index 977662293..26dc2f480 100644 --- a/docs/dist/js/bootstrap.min.js +++ b/docs/dist/js/bootstrap.min.js @@ -1,5 +1,5 @@ /*! - * Bootstrap v4.0.0-alpha (http://getbootstrap.com) + * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ diff --git a/docs/dist/js/umd/alert.js b/docs/dist/js/umd/alert.js index f16b60eba..577971b8b 100644 --- a/docs/dist/js/umd/alert.js +++ b/docs/dist/js/umd/alert.js @@ -23,7 +23,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): alert.js + * Bootstrap (v4.0.0-alpha.2): alert.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/docs/dist/js/umd/button.js b/docs/dist/js/umd/button.js index ab551b410..c5d053413 100644 --- a/docs/dist/js/umd/button.js +++ b/docs/dist/js/umd/button.js @@ -13,7 +13,7 @@ })(this, function (exports, module) { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): button.js + * Bootstrap (v4.0.0-alpha.2): button.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/docs/dist/js/umd/carousel.js b/docs/dist/js/umd/carousel.js index 3a84b3221..dcce771d7 100644 --- a/docs/dist/js/umd/carousel.js +++ b/docs/dist/js/umd/carousel.js @@ -23,7 +23,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): carousel.js + * Bootstrap (v4.0.0-alpha.2): carousel.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/docs/dist/js/umd/collapse.js b/docs/dist/js/umd/collapse.js index 1145b4cfe..5477ce80d 100644 --- a/docs/dist/js/umd/collapse.js +++ b/docs/dist/js/umd/collapse.js @@ -23,7 +23,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): collapse.js + * Bootstrap (v4.0.0-alpha.2): collapse.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/docs/dist/js/umd/dropdown.js b/docs/dist/js/umd/dropdown.js index aedfc761b..94e361094 100644 --- a/docs/dist/js/umd/dropdown.js +++ b/docs/dist/js/umd/dropdown.js @@ -23,7 +23,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): dropdown.js + * Bootstrap (v4.0.0-alpha.2): dropdown.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/docs/dist/js/umd/modal.js b/docs/dist/js/umd/modal.js index b07247bc0..2cd16d5ed 100644 --- a/docs/dist/js/umd/modal.js +++ b/docs/dist/js/umd/modal.js @@ -23,7 +23,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): modal.js + * Bootstrap (v4.0.0-alpha.2): modal.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/docs/dist/js/umd/popover.js b/docs/dist/js/umd/popover.js index 867137120..a1124ddbb 100644 --- a/docs/dist/js/umd/popover.js +++ b/docs/dist/js/umd/popover.js @@ -27,7 +27,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): popover.js + * Bootstrap (v4.0.0-alpha.2): popover.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/docs/dist/js/umd/scrollspy.js b/docs/dist/js/umd/scrollspy.js index c3120e3ee..0d2c17a2a 100644 --- a/docs/dist/js/umd/scrollspy.js +++ b/docs/dist/js/umd/scrollspy.js @@ -23,7 +23,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): scrollspy.js + * Bootstrap (v4.0.0-alpha.2): scrollspy.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/docs/dist/js/umd/tab.js b/docs/dist/js/umd/tab.js index c273b9f90..7854b91e4 100644 --- a/docs/dist/js/umd/tab.js +++ b/docs/dist/js/umd/tab.js @@ -23,7 +23,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): tab.js + * Bootstrap (v4.0.0-alpha.2): tab.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/docs/dist/js/umd/tooltip.js b/docs/dist/js/umd/tooltip.js index bc9643eec..f1b5736b8 100644 --- a/docs/dist/js/umd/tooltip.js +++ b/docs/dist/js/umd/tooltip.js @@ -25,7 +25,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): tooltip.js + * Bootstrap (v4.0.0-alpha.2): tooltip.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/docs/dist/js/umd/util.js b/docs/dist/js/umd/util.js index 47c85eba3..aabb874a5 100644 --- a/docs/dist/js/umd/util.js +++ b/docs/dist/js/umd/util.js @@ -13,7 +13,7 @@ })(this, function (exports, module) { /** * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha): util.js + * Bootstrap (v4.0.0-alpha.2): util.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ |
