8000 3.0.1 · liuwen0730/bootstrap@867e2be · GitHub
[go: up one dir, main page]

Skip to content

Commit 867e2be

Browse files
committed
3.0.1
1 parent 147837e commit 867e2be

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

_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< 8000 code class="diff-text syntax-highlighted-line">
port: 9001
1212

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

17-
download_source: https://github.com/twbs/bootstrap/archive/v3.0.0.zip
18-
download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.0/bootstrap-3.0.0-dist.zip
17+
download_source: https://github.com/twbs/bootstrap/archive/v3.0.1.zip
18+
download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.1/bootstrap-3.0.1-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.0/css/bootstrap.min.css
24-
cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css
25-
cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js
23+
cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css
24+
cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap-theme.min.css
25+
cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.1/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.0",
3+
"version": "3.0.1",
44
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
55
"ignore": [
66
"**/.*"

dist/css/bootstrap-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v3.0.0 by @fat and @mdo
2+
* Bootstrap v3.0.1 by @fat and @mdo
33
* Copyright 2013 Twitter, Inc.
44
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
55
*

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
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v3.0.0 by @fat and @mdo
2+
* Bootstrap v3.0.1 by @fat and @mdo
33
* Copyright 2013 Twitter, Inc.
44
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
55
*

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v3.0.0 by @fat and @mdo
2+
* Bootstrap v3.0.1 by @fat and @mdo
33
* Copyright 2013 Twitter, Inc.
44
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
55
*

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap"
33
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
4-
, "version": "3.0.0"
4+
, "version": "3.0.1"
55
, "keywords": ["bootstrap", "css"]
66
, "homepage": "http://getbootstrap.com"
77
, "author": "Twitter, Inc."

0 commit comments

Comments
 (0)
0