Skip to content

Commit e8e60ae

Browse files
committed
version bump
1 parent cb40a2e commit e8e60ae

25 files changed

+43
-43
lines changed

README.md

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

1212
Three quick start options are available:
1313

14-
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.0.3.zip).
14+
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.1.0.zip).
1515
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
1616
- Install with [Bower](http://bower.io): `bower install bootstrap`.
1717

_config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json",
1111
port: 9001
1212

1313
# Custom vars
14-
current_version: 3.0.3
14+
current_version: 3.1.0
1515
repo: https://github.com/twbs/bootstrap
1616

17-
download_source: https://github.com/twbs/bootstrap/archive/v3.0.3.zip
18-
download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.3/bootstrap-3.0.3-dist.zip
17+
download_source: https://github.com/twbs/bootstrap/archive/v3.1.0.zip
18+
download_dist: https://github.com/twbs/bootstrap/releases/download/v3.1.0/bootstrap-3.1.0-dist.zip
1919

2020
blog: http://blog.getbootstrap.com
2121
expo: http://expo.getbootstrap.com
2222

23-
cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css
24-
cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css
25-
cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js
23+
cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css
24+
cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap-theme.min.css
25+
cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"main": [
55
"./dist/js/bootstrap.js",
66
"./dist/css/bootstrap.css",

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.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.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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*!
2-
* Bootstrap v3.0.3 (http://getbootstrap.com)
2+
* Bootstrap v3.1.0 (http://getbootstrap.com)
33
* Copyright 2013 Twitter, Inc.
44
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
55
*/
66

77
if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }
88

99
/* ========================================================================
10-
* Bootstrap: transition.js v3.0.3
10+
* Bootstrap: transition.js v3.1.0
1111
* http://getbootstrap.com/javascript/#transitions
1212
* ========================================================================
1313
* Copyright 2013 Twitter, Inc.
@@ -64,7 +64,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
6464
}(jQuery);
6565

6666
/* ========================================================================
67-
* Bootstrap: alert.js v3.0.3
67+
* Bootstrap: alert.js v3.1.0
6868
* http://getbootstrap.com/javascript/#alerts
6969
* ========================================================================
7070
* Copyright 2013 Twitter, Inc.
@@ -163,7 +163,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
163163
}(jQuery);
164164

165165
/* ========================================================================
166-
* Bootstrap: button.js v3.0.3
166+
* Bootstrap: button.js v3.1.0
167167
* http://getbootstrap.com/javascript/#buttons
168168
* ========================================================================
169169
* Copyright 2013 Twitter, Inc.
@@ -279,7 +279,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
279279
}(jQuery);
280280

281281
/* ========================================================================
282-
* Bootstrap: carousel.js v3.0.3
282+
* Bootstrap: carousel.js v3.1.0
283283
* http://getbootstrap.com/javascript/#carousel
284284
* ========================================================================
285285
* Copyright 2013 Twitter, Inc.
@@ -497,7 +497,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
497497
}(jQuery);
498498

499499
/* ========================================================================
500-
* Bootstrap: collapse.js v3.0.3
500+
* Bootstrap: collapse.js v3.1.0
501501
* http://getbootstrap.com/javascript/#collapse
502502
* ========================================================================
503503
* Copyright 2013 Twitter, Inc.
@@ -677,7 +677,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
677677
}(jQuery);
678678

679679
/* ========================================================================
680-
* Bootstrap: dropdown.js v3.0.3
680+
* Bootstrap: dropdown.js v3.1.0
681681
* http://getbootstrap.com/javascript/#dropdowns
682682
* ========================================================================
683683
* Copyright 2013 Twitter, Inc.
@@ -832,7 +832,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
832832
}(jQuery);
833833

834834
/* ========================================================================
835-
* Bootstrap: modal.js v3.0.3
835+
* Bootstrap: modal.js v3.1.0
836836
* http://getbootstrap.com/javascript/#modals
837837
* ========================================================================
838838
* Copyright 2013 Twitter, Inc.
@@ -1078,7 +1078,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
10781078
}(jQuery);
10791079

10801080
/* ========================================================================
1081-
* Bootstrap: tooltip.js v3.0.3
1081+
* Bootstrap: tooltip.js v3.1.0
10821082
* http://getbootstrap.com/javascript/#tooltip
10831083
* Inspired by the original jQuery.tipsy by Jason Frame
10841084
* ========================================================================
@@ -1465,7 +1465,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
14651465
}(jQuery);
14661466

14671467
/* ========================================================================
1468-
* Bootstrap: popover.js v3.0.3
1468+
* Bootstrap: popover.js v3.1.0
14691469
* http://getbootstrap.com/javascript/#popovers
14701470
* ========================================================================
14711471
* Copyright 2013 Twitter, Inc.
@@ -1583,7 +1583,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
15831583
}(jQuery);
15841584

15851585
/* ========================================================================
1586-
* Bootstrap: scrollspy.js v3.0.3
1586+
* Bootstrap: scrollspy.js v3.1.0
15871587
* http://getbootstrap.com/javascript/#scrollspy
15881588
* ========================================================================
15891589
* Copyright 2013 Twitter, Inc.
@@ -1742,7 +1742,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
17421742
}(jQuery);
17431743

17441744
/* ========================================================================
1745-
* Bootstrap: tab.js v3.0.3
1745+
* Bootstrap: tab.js v3.1.0
17461746
* http://getbootstrap.com/javascript/#tabs
17471747
* ========================================================================
17481748
* Copyright 2013 Twitter, Inc.
@@ -1878,7 +1878,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
18781878
}(jQuery);
18791879

18801880
/* ========================================================================
1881-
* Bootstrap: affix.js v3.0.3
1881+
* Bootstrap: affix.js v3.1.0
18821882
* http://getbootstrap.com/javascript/#affix
18831883
* ========================================================================
18841884
* Copyright 2013 Twitter, Inc.

dist/js/bootstrap.min.js

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

docs-assets/js/customize.js

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

0 commit comments

Comments
 (0)