Skip to content

Commit 910400e

Browse files
committed
bump version
1 parent c13de0e commit 910400e

35 files changed

+102
-102
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To get started, check out <http://getbootstrap.com>!
2929

3030
Several quick start options are available:
3131

32-
* [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.5.zip).
32+
* [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.6.zip).
3333
* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
3434
* Install with [Bower](http://bower.io): `bower install bootstrap`.
3535
* Install with [npm](https://www.npmjs.com): `npm install bootstrap`.

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ url: http://getbootstrap.com
1414
encoding: UTF-8
1515

1616
# Custom vars
17-
current_version: 3.3.5
17+
current_version: 3.3.6
1818
repo: https://github.com/twbs/bootstrap
1919
sass_repo: https://github.com/twbs/bootstrap-sass
2020

2121
download:
22-
source: https://github.com/twbs/bootstrap/archive/v3.3.5.zip
23-
dist: https://github.com/twbs/bootstrap/releases/download/v3.3.5/bootstrap-3.3.5-dist.zip
24-
sass: https://github.com/twbs/bootstrap-sass/archive/v3.3.5.tar.gz
22+
source: https://github.com/twbs/bootstrap/archive/v3.3.6.zip
23+
dist: https://github.com/twbs/bootstrap/releases/download/v3.3.6/bootstrap-3.3.6-dist.zip
24+
sass: https://github.com/twbs/bootstrap-sass/archive/v3.3.6.tar.gz
2525

2626
blog: http://blog.getbootstrap.com
2727
expo: http://expo.getbootstrap.com
2828

2929
cdn:
3030
# See https://www.srihash.org for info on how to generate the hashes
31-
css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css
31+
css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css
3232
css_hash: "sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ=="
33-
css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css
33+
css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css
3434
css_theme_hash: "sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX"
35-
js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js
35+
js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js
3636
js_hash: "sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ=="

dist/css/bootstrap-theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap.js

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v3.3.5 (http://getbootstrap.com)
2+
* Bootstrap v3.3.6 (http://getbootstrap.com)
33
* Copyright 2011-2015 Twitter, Inc.
44
* Licensed under the MIT license
55
*/
@@ -17,7 +17,7 @@ if (typeof jQuery === 'undefined') {
1717
}(jQuery);
1818

1919
/* ========================================================================
20-
* Bootstrap: transition.js v3.3.5
20+
* Bootstrap: transition.js v3.3.6
2121
* http://getbootstrap.com/javascript/#transitions
2222
* ========================================================================
2323
* Copyright 2011-2015 Twitter, Inc.
@@ -77,7 +77,7 @@ if (typeof jQuery === 'undefined') {
7777
}(jQuery);
7878

7979
/* ========================================================================
80-
* Bootstrap: alert.js v3.3.5
80+
* Bootstrap: alert.js v3.3.6
8181
* http://getbootstrap.com/javascript/#alerts
8282
* ========================================================================
8383
* Copyright 2011-2015 Twitter, Inc.
@@ -96,7 +96,7 @@ if (typeof jQuery === 'undefined') {
9696
$(el).on('click', dismiss, this.close)
9797
}
9898

99-
Alert.VERSION = '3.3.5'
99+
Alert.VERSION = '3.3.6'
100100

101101
Alert.TRANSITION_DURATION = 150
102102

@@ -172,7 +172,7 @@ if (typeof jQuery === 'undefined') {
172172
}(jQuery);
173173

174174
/* ========================================================================
175-
* Bootstrap: button.js v3.3.5
175+
* Bootstrap: button.js v3.3.6
176176
* http://getbootstrap.com/javascript/#buttons
177177
* ========================================================================
178178
* Copyright 2011-2015 Twitter, Inc.
@@ -192,7 +192,7 @@ if (typeof jQuery === 'undefined') {
192192
this.isLoading = false
193193
}
194194

195-
Button.VERSION = '3.3.5'
195+
Button.VERSION = '3.3.6'
196196

197197
Button.DEFAULTS = {
198198
loadingText: 'loading...'
@@ -293,7 +293,7 @@ if (typeof jQuery === 'undefined') {
293293
}(jQuery);
294294

295295
/* ========================================================================
296-
* Bootstrap: carousel.js v3.3.5
296+
* Bootstrap: carousel.js v3.3.6
297297
* http://getbootstrap.com/javascript/#carousel
298298
* ========================================================================
299299
* Copyright 2011-2015 Twitter, Inc.
@@ -324,7 +324,7 @@ if (typeof jQuery === 'undefined') {
324324
.on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
325325
}
326326

327-
Carousel.VERSION = '3.3.5'
327+
Carousel.VERSION = '3.3.6'
328328

329329
Carousel.TRANSITION_DURATION = 600
330330

@@ -531,7 +531,7 @@ if (typeof jQuery === 'undefined') {
531531
}(jQuery);
532532

533533
/* ========================================================================
534-
* Bootstrap: collapse.js v3.3.5
534+
* Bootstrap: collapse.js v3.3.6
535535
* http://getbootstrap.com/javascript/#collapse
536536
* ========================================================================
537537
* Copyright 2011-2015 Twitter, Inc.
@@ -561,7 +561,7 @@ if (typeof jQuery === 'undefined') {
561561
if (this.options.toggle) this.toggle()
562562
}
563563

564-
Collapse.VERSION = '3.3.5'
564+
Collapse.VERSION = '3.3.6'
565565

566566
Collapse.TRANSITION_DURATION = 350
567567

@@ -743,7 +743,7 @@ if (typeof jQuery === 'undefined') {
743743
}(jQuery);
744744

745745
/* ========================================================================
746-
* Bootstrap: dropdown.js v3.3.5
746+
* Bootstrap: dropdown.js v3.3.6
747747
* http://getbootstrap.com/javascript/#dropdowns
748748
* ========================================================================
749749
* Copyright 2011-2015 Twitter, Inc.
@@ -763,7 +763,7 @@ if (typeof jQuery === 'undefined') {
763763
$(element).on('click.bs.dropdown', this.toggle)
764764
}
765765

766-
Dropdown.VERSION = '3.3.5'
766+
Dropdown.VERSION = '3.3.6'
767767

768768
function getParent($this) {
769769
var selector = $this.attr('data-target')
@@ -909,7 +909,7 @@ if (typeof jQuery === 'undefined') {
909909
}(jQuery);
910910

911911
/* ========================================================================
912-
* Bootstrap: modal.js v3.3.5
912+
* Bootstrap: modal.js v3.3.6
913913
* http://getbootstrap.com/javascript/#modals
914914
* ========================================================================
915915
* Copyright 2011-2015 Twitter, Inc.
@@ -943,7 +943,7 @@ if (typeof jQuery === 'undefined') {
943943
}
944944
}
945945

946-
Modal.VERSION = '3.3.5'
946+
Modal.VERSION = '3.3.6'
947947

948948
Modal.TRANSITION_DURATION = 300
949949
Modal.BACKDROP_TRANSITION_DURATION = 150
@@ -1247,7 +1247,7 @@ if (typeof jQuery === 'undefined') {
12471247
}(jQuery);
12481248

12491249
/* ========================================================================
1250-
* Bootstrap: tooltip.js v3.3.5
1250+
* Bootstrap: tooltip.js v3.3.6
12511251
* http://getbootstrap.com/javascript/#tooltip
12521252
* Inspired by the original jQuery.tipsy by Jason Frame
12531253
* ========================================================================
@@ -1274,7 +1274,7 @@ if (typeof jQuery === 'undefined') {
12741274
this.init('tooltip', element, options)
12751275
}
12761276

1277-
Tooltip.VERSION = '3.3.5'
1277+
Tooltip.VERSION = '3.3.6'
12781278

12791279
Tooltip.TRANSITION_DURATION = 150
12801280

@@ -1762,7 +1762,7 @@ if (typeof jQuery === 'undefined') {
17621762
}(jQuery);
17631763

17641764
/* ========================================================================
1765-
* Bootstrap: popover.js v3.3.5
1765+
* Bootstrap: popover.js v3.3.6
17661766
* http://getbootstrap.com/javascript/#popovers
17671767
* ========================================================================
17681768
* Copyright 2011-2015 Twitter, Inc.
@@ -1782,7 +1782,7 @@ if (typeof jQuery === 'undefined') {
17821782

17831783
if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
17841784

1785-
Popover.VERSION = '3.3.5'
1785+
Popover.VERSION = '3.3.6'
17861786

17871787
Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
17881788
placement: 'right',
@@ -1871,7 +1871,7 @@ if (typeof jQuery === 'undefined') {
18711871
}(jQuery);
18721872

18731873
/* ========================================================================
1874-
* Bootstrap: scrollspy.js v3.3.5
1874+
* Bootstrap: scrollspy.js v3.3.6
18751875
* http://getbootstrap.com/javascript/#scrollspy
18761876
* ========================================================================
18771877
* Copyright 2011-2015 Twitter, Inc.
@@ -1900,7 +1900,7 @@ if (typeof jQuery === 'undefined') {
19001900
this.process()
19011901
}
19021902

1903-
ScrollSpy.VERSION = '3.3.5'
1903+
ScrollSpy.VERSION = '3.3.6'
19041904

19051905
ScrollSpy.DEFAULTS = {
19061906
offset: 10
@@ -2044,7 +2044,7 @@ if (typeof jQuery === 'undefined') {
20442044
}(jQuery);
20452045

20462046
/* ========================================================================
2047-
* Bootstrap: tab.js v3.3.5
2047+
* Bootstrap: tab.js v3.3.6
20482048
* http://getbootstrap.com/javascript/#tabs
20492049
* ========================================================================
20502050
* Copyright 2011-2015 Twitter, Inc.
@@ -2064,7 +2064,7 @@ if (typeof jQuery === 'undefined') {
20642064
// jscs:enable requireDollarBeforejQueryAssignment
20652065
}
20662066

2067-
Tab.VERSION = '3.3.5'
2067+
Tab.VERSION = '3.3.6'
20682068

20692069
Tab.TRANSITION_DURATION = 150
20702070

@@ -2200,7 +2200,7 @@ if (typeof jQuery === 'undefined') {
22002200
}(jQuery);
22012201

22022202
/* ========================================================================
2203-
* Bootstrap: affix.js v3.3.5
2203+
* Bootstrap: affix.js v3.3.6
22042204
* http://getbootstrap.com/javascript/#affix
22052205
* ========================================================================
22062206
* Copyright 2011-2015 Twitter, Inc.
@@ -2229,7 +2229,7 @@ if (typeof jQuery === 'undefined') {
22292229
this.checkPosition()
22302230
}
22312231

2232-
Affix.VERSION = '3.3.5'
2232+
Affix.VERSION = '3.3.6'
22332233

22342234
Affix.RESET = 'affix affix-top affix-bottom'
22352235

dist/js/bootstrap.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)