Skip to content

Commit 9a7e365

Browse files
committed
bump version to v3.3.1
1 parent 143c4a2 commit 9a7e365

32 files changed

+102
-102
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To get started, check out <http://getbootstrap.com>!
2424

2525
Four quick start options are available:
2626

27-
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.0.zip).
27+
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.1.zip).
2828
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
2929
- Install with [Bower](http://bower.io): `bower install bootstrap`.
3030
- Install with [npm](https://www.npmjs.org): `npm install bootstrap`.

_config.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ url: http://getbootstrap.com
1414
encoding: UTF-8
1515

1616
# Custom vars
17-
current_version: 3.3.0
17+
current_version: 3.3.1
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.0.zip
23-
dist: https://github.com/twbs/bootstrap/releases/download/v3.3.0/bootstrap-3.3.0-dist.zip
24-
sass: https://github.com/twbs/bootstrap-sass/archive/v3.3.0.tar.gz
22+
source: https://github.com/twbs/bootstrap/archive/v3.3.1.zip
23+
dist: https://github.com/twbs/bootstrap/releases/download/v3.3.1/bootstrap-3.3.1-dist.zip
24+
sass: https://github.com/twbs/bootstrap-sass/archive/v3.3.1.tar.gz
2525

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

2929
cdn:
30-
css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css
31-
css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css
32-
js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js
30+
css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css
31+
css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css
32+
js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap",
33
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"keywords": [
66
"css",
77
"js",

dist/css/bootstrap-theme.css

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

dist/css/bootstrap-theme.min.css

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

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

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v3.3.0 (http://getbootstrap.com)
2+
* Bootstrap v3.3.1 (http://getbootstrap.com)
33
* Copyright 2011-2014 Twitter, Inc.
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
@@ -16,7 +16,7 @@ if (typeof jQuery === 'undefined') {
1616
}(jQuery);
1717

1818
/* ========================================================================
19-
* Bootstrap: transition.js v3.3.0
19+
* Bootstrap: transition.js v3.3.1
2020
* http://getbootstrap.com/javascript/#transitions
2121
* ========================================================================
2222
* Copyright 2011-2014 Twitter, Inc.
@@ -76,7 +76,7 @@ if (typeof jQuery === 'undefined') {
7676
}(jQuery);
7777

7878
/* ========================================================================
79-
* Bootstrap: alert.js v3.3.0
79+
* Bootstrap: alert.js v3.3.1
8080
* http://getbootstrap.com/javascript/#alerts
8181
* ========================================================================
8282
* Copyright 2011-2014 Twitter, Inc.
@@ -95,7 +95,7 @@ if (typeof jQuery === 'undefined') {
9595
$(el).on('click', dismiss, this.close)
9696
}
9797

98-
Alert.VERSION = '3.3.0'
98+
Alert.VERSION = '3.3.1'
9999

100100
Alert.TRANSITION_DURATION = 150
101101

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

173173
/* ========================================================================
174-
* Bootstrap: button.js v3.3.0
174+
* Bootstrap: button.js v3.3.1
175175
* http://getbootstrap.com/javascript/#buttons
176176
* ========================================================================
177177
* Copyright 2011-2014 Twitter, Inc.
@@ -191,7 +191,7 @@ if (typeof jQuery === 'undefined') {
191191
this.isLoading = false
192192
}
193193

194-
Button.VERSION = '3.3.0'
194+
Button.VERSION = '3.3.1'
195195

196196
Button.DEFAULTS = {
197197
loadingText: 'loading...'
@@ -288,7 +288,7 @@ if (typeof jQuery === 'undefined') {
288288
}(jQuery);
289289

290290
/* ========================================================================
291-
* Bootstrap: carousel.js v3.3.0
291+
* Bootstrap: carousel.js v3.3.1
292292
* http://getbootstrap.com/javascript/#carousel
293293
* ========================================================================
294294
* Copyright 2011-2014 Twitter, Inc.
@@ -319,7 +319,7 @@ if (typeof jQuery === 'undefined') {
319319
.on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
320320
}
321321

322-
Carousel.VERSION = '3.3.0'
322+
Carousel.VERSION = '3.3.1'
323323

324324
Carousel.TRANSITION_DURATION = 600
325325

@@ -529,7 +529,7 @@ if (typeof jQuery === 'undefined') {
529529
}(jQuery);
530530

531531
/* ========================================================================
532-
* Bootstrap: collapse.js v3.3.0
532+
* Bootstrap: collapse.js v3.3.1
533533
* http://getbootstrap.com/javascript/#collapse
534534
* ========================================================================
535535
* Copyright 2011-2014 Twitter, Inc.
@@ -558,7 +558,7 @@ if (typeof jQuery === 'undefined') {
558558
if (this.options.toggle) this.toggle()
559559
}
560560

561-
Collapse.VERSION = '3.3.0'
561+
Collapse.VERSION = '3.3.1'
562562

563563
Collapse.TRANSITION_DURATION = 350
564564

@@ -741,7 +741,7 @@ if (typeof jQuery === 'undefined') {
741741
}(jQuery);
742742

743743
/* ========================================================================
744-
* Bootstrap: dropdown.js v3.3.0
744+
* Bootstrap: dropdown.js v3.3.1
745745
* http://getbootstrap.com/javascript/#dropdowns
746746
* ========================================================================
747747
* Copyright 2011-2014 Twitter, Inc.
@@ -761,7 +761,7 @@ if (typeof jQuery === 'undefined') {
761761
$(element).on('click.bs.dropdown', this.toggle)
762762
}
763763

764-
Dropdown.VERSION = '3.3.0'
764+
Dropdown.VERSION = '3.3.1'
765765

766766
Dropdown.prototype.toggle = function (e) {
767767
var $this = $(this)
@@ -903,7 +903,7 @@ if (typeof jQuery === 'undefined') {
903903
}(jQuery);
904904

905905
/* ========================================================================
906-
* Bootstrap: modal.js v3.3.0
906+
* Bootstrap: modal.js v3.3.1
907907
* http://getbootstrap.com/javascript/#modals
908908
* ========================================================================
909909
* Copyright 2011-2014 Twitter, Inc.
@@ -934,7 +934,7 @@ if (typeof jQuery === 'undefined') {
934934
}
935935
}
936936

937-
Modal.VERSION = '3.3.0'
937+
Modal.VERSION = '3.3.1'
938938

939939
Modal.TRANSITION_DURATION = 300
940940
Modal.BACKDROP_TRANSITION_DURATION = 150
@@ -1228,7 +1228,7 @@ if (typeof jQuery === 'undefined') {
12281228
}(jQuery);
12291229

12301230
/* ========================================================================
1231-
* Bootstrap: tooltip.js v3.3.0
1231+
* Bootstrap: tooltip.js v3.3.1
12321232
* http://getbootstrap.com/javascript/#tooltip
12331233
* Inspired by the original jQuery.tipsy by Jason Frame
12341234
* ========================================================================
@@ -1254,7 +1254,7 @@ if (typeof jQuery === 'undefined') {
12541254
this.init('tooltip', element, options)
12551255
}
12561256

1257-
Tooltip.VERSION = '3.3.0'
1257+
Tooltip.VERSION = '3.3.1'
12581258

12591259
Tooltip.TRANSITION_DURATION = 150
12601260

@@ -1707,7 +1707,7 @@ if (typeof jQuery === 'undefined') {
17071707
}(jQuery);
17081708

17091709
/* ========================================================================
1710-
* Bootstrap: popover.js v3.3.0
1710+
* Bootstrap: popover.js v3.3.1
17111711
* http://getbootstrap.com/javascript/#popovers
17121712
* ========================================================================
17131713
* Copyright 2011-2014 Twitter, Inc.
@@ -1727,7 +1727,7 @@ if (typeof jQuery === 'undefined') {
17271727

17281728
if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
17291729

1730-
Popover.VERSION = '3.3.0'
1730+
Popover.VERSION = '3.3.1'
17311731

17321732
Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
17331733
placement: 'right',
@@ -1827,7 +1827,7 @@ if (typeof jQuery === 'undefined') {
18271827
}(jQuery);
18281828

18291829
/* ========================================================================
1830-
* Bootstrap: scrollspy.js v3.3.0
1830+
* Bootstrap: scrollspy.js v3.3.1
18311831
* http://getbootstrap.com/javascript/#scrollspy
18321832
* ========================================================================
18331833
* Copyright 2011-2014 Twitter, Inc.
@@ -1858,7 +1858,7 @@ if (typeof jQuery === 'undefined') {
18581858
this.process()
18591859
}
18601860

1861-
ScrollSpy.VERSION = '3.3.0'
1861+
ScrollSpy.VERSION = '3.3.1'
18621862

18631863
ScrollSpy.DEFAULTS = {
18641864
offset: 10
@@ -2003,7 +2003,7 @@ if (typeof jQuery === 'undefined') {
20032003
}(jQuery);
20042004

20052005
/* ========================================================================
2006-
* Bootstrap: tab.js v3.3.0
2006+
* Bootstrap: tab.js v3.3.1
20072007
* http://getbootstrap.com/javascript/#tabs
20082008
* ========================================================================
20092009
* Copyright 2011-2014 Twitter, Inc.
@@ -2021,7 +2021,7 @@ if (typeof jQuery === 'undefined') {
20212021
this.element = $(element)
20222022
}
20232023

2024-
Tab.VERSION = '3.3.0'
2024+
Tab.VERSION = '3.3.1'
20252025

20262026
Tab.TRANSITION_DURATION = 150
20272027

@@ -2157,7 +2157,7 @@ if (typeof jQuery === 'undefined') {
21572157
}(jQuery);
21582158

21592159
/* ========================================================================
2160-
* Bootstrap: affix.js v3.3.0
2160+
* Bootstrap: affix.js v3.3.1
21612161
* http://getbootstrap.com/javascript/#affix
21622162
* ========================================================================
21632163
* Copyright 2011-2014 Twitter, Inc.
@@ -2186,7 +2186,7 @@ if (typeof jQuery === 'undefined') {
21862186
this.checkPosition()
21872187
}
21882188

2189-
Affix.VERSION = '3.3.0'
2189+
Affix.VERSION = '3.3.1'
21902190

21912191
Affix.RESET = 'affix affix-top affix-bottom'
21922192

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/assets/js/customize.min.js

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

docs/assets/js/raw-files.min.js

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

docs/assets/js/src/customizer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
window.onload = function () { // wait for load in a dumb way because B-0
1212
'use strict';
1313
var cw = '/*!\n' +
14-
' * Bootstrap v3.3.0 (http://getbootstrap.com)\n' +
14+
' * Bootstrap v3.3.1 (http://getbootstrap.com)\n' +
1515
' * Copyright 2011-' + new Date().getFullYear() + ' Twitter, Inc.\n' +
1616
' * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n' +
1717
' */\n\n'

docs/dist/css/bootstrap-theme.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-theme.min.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.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)