Skip to content

Commit 24e992a

Browse files
committed
bump versions
1 parent 49fadbd commit 24e992a

38 files changed

+113
-113
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ To get started, check out <http://getbootstrap.com>!
3030

3131
Several quick start options are available:
3232

33-
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.2.zip)
33+
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.3.zip)
3434
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
35-
- Install with [npm](https://www.npmjs.com): `npm install [email protected].2`
36-
- Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap@=4.0.0-alpha.2`
35+
- Install with [npm](https://www.npmjs.com): `npm install [email protected].3`
36+
- Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap@=4.0.0-alpha.3`
3737
- Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap`
38-
- Install with [Bower](http://bower.io): `bower install bootstrap#v4.0.0-alpha.2`
38+
- Install with [Bower](http://bower.io): `bower install bootstrap#v4.0.0-alpha.3`
3939
- Install with [NuGet](https://www.nuget.org): CSS: `Install-Package bootstrap -Pre` Sass: `Install-Package bootstrap.sass -Pre` (`-Pre` is only required until Bootstrap v4 has a stable release).
4040

4141
Read the [Getting started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.

_config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ gems:
2323
- jekyll-sitemap
2424

2525
# Custom vars
26-
current_version: 4.0.0-alpha.2
26+
current_version: 4.0.0-alpha.3
2727
repo: https://github.com/twbs/bootstrap
2828
slack: https://bootstrap-slack.herokuapp.com
2929

3030
download:
31-
source: https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.2.zip
32-
dist: https://github.com/twbs/bootstrap/releases/download/v4.0.0-alpha.2/bootstrap-4.0.0-alpha.2-dist.zip
31+
source: https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.3.zip
32+
dist: https://github.com/twbs/bootstrap/releases/download/v4.0.0-alpha.3/bootstrap-4.0.0-alpha.3-dist.zip
3333

3434
blog: http://blog.getbootstrap.com
3535
expo: http://expo.getbootstrap.com
3636
themes: http://themes.getbootstrap.com
3737

3838
cdn:
3939
# See https://www.srihash.org for info on how to generate the hashes
40-
css: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css
40+
css: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.3/css/bootstrap.min.css
4141
css_hash: "sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd"
42-
js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js
42+
js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.3/js/bootstrap.min.js
4343
js_hash: "sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7"
4444
jquery: https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js
4545
jquery_hash: "sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY"

dist/css/bootstrap.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap.js

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
2+
* Bootstrap v4.0.0-alpha.3 (http://getbootstrap.com)
33
* Copyright 2011-2016 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
@@ -20,7 +20,7 @@ if (typeof jQuery === 'undefined') {
2020

2121
/**
2222
* --------------------------------------------------------------------------
23-
* Bootstrap (v4.0.0-alpha.2): util.js
23+
* Bootstrap (v4.0.0-alpha.3): util.js
2424
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
2525
* --------------------------------------------------------------------------
2626
*/
@@ -190,7 +190,7 @@ var Util = (function ($) {
190190

191191
/**
192192
* --------------------------------------------------------------------------
193-
* Bootstrap (v4.0.0-alpha.2): alert.js
193+
* Bootstrap (v4.0.0-alpha.3): alert.js
194194
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
195195
* --------------------------------------------------------------------------
196196
*/
@@ -204,7 +204,7 @@ var Alert = (function ($) {
204204
*/
205205

206206
var NAME = 'alert';
207-
var VERSION = '4.0.0-alpha.2';
207+
var VERSION = '4.0.0-alpha.3';
208208
var DATA_KEY = 'bs.alert';
209209
var EVENT_KEY = '.' + DATA_KEY;
210210
var DATA_API_KEY = '.data-api';
@@ -376,7 +376,7 @@ var Alert = (function ($) {
376376

377377
/**
378378
* --------------------------------------------------------------------------
379-
* Bootstrap (v4.0.0-alpha.2): button.js
379+
* Bootstrap (v4.0.0-alpha.3): button.js
380380
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
381381
* --------------------------------------------------------------------------
382382
*/
@@ -390,7 +390,7 @@ var Button = (function ($) {
390390
*/
391391

392392
var NAME = 'button';
393-
var VERSION = '4.0.0-alpha.2';
393+
var VERSION = '4.0.0-alpha.3';
394394
var DATA_KEY = 'bs.button';
395395
var EVENT_KEY = '.' + DATA_KEY;
396396
var DATA_API_KEY = '.data-api';
@@ -544,7 +544,7 @@ var Button = (function ($) {
544544

545545
/**
546546
* --------------------------------------------------------------------------
547-
* Bootstrap (v4.0.0-alpha.2): carousel.js
547+
* Bootstrap (v4.0.0-alpha.3): carousel.js
548548
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
549549
* --------------------------------------------------------------------------
550550
*/
@@ -558,7 +558,7 @@ var Carousel = (function ($) {
558558
*/
559559

560560
var NAME = 'carousel';
561-
var VERSION = '4.0.0-alpha.2';
561+
var VERSION = '4.0.0-alpha.3';
562562
var DATA_KEY = 'bs.carousel';
563563
var EVENT_KEY = '.' + DATA_KEY;
564564
var DATA_API_KEY = '.data-api';
@@ -1020,7 +1020,7 @@ var Carousel = (function ($) {
10201020

10211021
/**
10221022
* --------------------------------------------------------------------------
1023-
* Bootstrap (v4.0.0-alpha.2): collapse.js
1023+
* Bootstrap (v4.0.0-alpha.3): collapse.js
10241024
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
10251025
* --------------------------------------------------------------------------
10261026
*/
@@ -1034,7 +1034,7 @@ var Collapse = (function ($) {
10341034
*/
10351035

10361036
var NAME = 'collapse';
1037-
var VERSION = '4.0.0-alpha.2';
1037+
var VERSION = '4.0.0-alpha.3';
10381038
var DATA_KEY = 'bs.collapse';
10391039
var EVENT_KEY = '.' + DATA_KEY;
10401040
var DATA_API_KEY = '.data-api';
@@ -1378,7 +1378,7 @@ var Collapse = (function ($) {
13781378

13791379
/**
13801380
* --------------------------------------------------------------------------
1381-
* Bootstrap (v4.0.0-alpha.2): dropdown.js
1381+
* Bootstrap (v4.0.0-alpha.3): dropdown.js
13821382
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
13831383
* --------------------------------------------------------------------------
13841384
*/
@@ -1392,7 +1392,7 @@ var Dropdown = (function ($) {
13921392
*/
13931393

13941394
var NAME = 'dropdown';
1395-
var VERSION = '4.0.0-alpha.2';
1395+
var VERSION = '4.0.0-alpha.3';
13961396
var DATA_KEY = 'bs.dropdown';
13971397
var EVENT_KEY = '.' + DATA_KEY;
13981398
var DATA_API_KEY = '.data-api';
@@ -1669,7 +1669,7 @@ var Dropdown = (function ($) {
16691669

16701670
/**
16711671
* --------------------------------------------------------------------------
1672-
* Bootstrap (v4.0.0-alpha.2): modal.js
1672+
* Bootstrap (v4.0.0-alpha.3): modal.js
16731673
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
16741674
* --------------------------------------------------------------------------
16751675
*/
@@ -1683,7 +1683,7 @@ var Modal = (function ($) {
16831683
*/
16841684

16851685
var NAME = 'modal';
1686-
var VERSION = '4.0.0-alpha.2';
1686+
var VERSION = '4.0.0-alpha.3';
16871687
var DATA_KEY = 'bs.modal';
16881688
var EVENT_KEY = '.' + DATA_KEY;
16891689
var DATA_API_KEY = '.data-api';
@@ -2196,7 +2196,7 @@ var Modal = (function ($) {
21962196

21972197
/**
21982198
* --------------------------------------------------------------------------
2199-
* Bootstrap (v4.0.0-alpha.2): scrollspy.js
2199+
* Bootstrap (v4.0.0-alpha.3): scrollspy.js
22002200
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
22012201
* --------------------------------------------------------------------------
22022202
*/
@@ -2210,7 +2210,7 @@ var ScrollSpy = (function ($) {
22102210
*/
22112211

22122212
var NAME = 'scrollspy';
2213-
var VERSION = '4.0.0-alpha.2';
2213+
var VERSION = '4.0.0-alpha.3';
22142214
var DATA_KEY = 'bs.scrollspy';
22152215
var EVENT_KEY = '.' + DATA_KEY;
22162216
var DATA_API_KEY = '.data-api';
@@ -2511,7 +2511,7 @@ var ScrollSpy = (function ($) {
25112511

25122512
/**
25132513
* --------------------------------------------------------------------------
2514-
* Bootstrap (v4.0.0-alpha.2): tab.js
2514+
* Bootstrap (v4.0.0-alpha.3): tab.js
25152515
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
25162516
* --------------------------------------------------------------------------
25172517
*/
@@ -2525,7 +2525,7 @@ var Tab = (function ($) {
25252525
*/
25262526

25272527
var NAME = 'tab';
2528-
var VERSION = '4.0.0-alpha.2';
2528+
var VERSION = '4.0.0-alpha.3';
25292529
var DATA_KEY = 'bs.tab';
25302530
var EVENT_KEY = '.' + DATA_KEY;
25312531
var DATA_API_KEY = '.data-api';
@@ -2770,7 +2770,7 @@ var Tab = (function ($) {
27702770

27712771
/**
27722772
* --------------------------------------------------------------------------
2773-
* Bootstrap (v4.0.0-alpha.2): tooltip.js
2773+
* Bootstrap (v4.0.0-alpha.3): tooltip.js
27742774
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
27752775
* --------------------------------------------------------------------------
27762776
*/
@@ -2792,7 +2792,7 @@ var Tooltip = (function ($) {
27922792
*/
27932793

27942794
var NAME = 'tooltip';
2795-
var VERSION = '4.0.0-alpha.2';
2795+
var VERSION = '4.0.0-alpha.3';
27962796
var DATA_KEY = 'bs.tooltip';
27972797
var EVENT_KEY = '.' + DATA_KEY;
27982798
var JQUERY_NO_CONFLICT = $.fn[NAME];
@@ -3381,7 +3381,7 @@ var Tooltip = (function ($) {
33813381

33823382
/**
33833383
* --------------------------------------------------------------------------
3384-
* Bootstrap (v4.0.0-alpha.2): popover.js
3384+
* Bootstrap (v4.0.0-alpha.3): popover.js
33853385
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
33863386
* --------------------------------------------------------------------------
33873387
*/
@@ -3395,7 +3395,7 @@ var Popover = (function ($) {
33953395
*/
33963396

33973397
var NAME = 'popover';
3398-
var VERSION = '4.0.0-alpha.2';
3398+
var VERSION = '4.0.0-alpha.3';
33993399
var DATA_KEY = 'bs.popover';
34003400
var EVENT_KEY = '.' + DATA_KEY;
34013401
var JQUERY_NO_CONFLICT = $.fn[NAME];

dist/js/bootstrap.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/css/bootstrap.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/css/bootstrap.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)