Skip to content

Commit 3887f54

Browse files
committed
update remaining version numbers
1 parent eaff6bc commit 3887f54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ current_version: 3.0.2
1515
repo: https://github.com/twbs/bootstrap
1616

1717
download_source: https://github.com/twbs/bootstrap/archive/v3.0.2.zip
18-
download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.1/bootstrap-3.0.2-dist.zip
18+
download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.2/bootstrap-3.0.2-dist.zip
1919

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

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
55
"ignore": [
66
"**/.*"

docs-assets/js/customizer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
window.onload = function () { // wait for load in a dumb way because B-0
10-
var cw = '/*!\n * Bootstrap v3.0.1\n *\n * Copyright 2013 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n\n'
10+
var cw = '/*!\n * Bootstrap v3.0.2\n *\n * Copyright 2013 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n\n'
1111

1212
function showError(msg, err) {
1313
$('<div id="bsCustomizerAlert" class="bs-customizer-alert">\

0 commit comments

Comments
 (0)