Skip to content

Commit

Permalink
update remaining version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Nov 6, 2013
1 parent eaff6bc commit 3887f54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ current_version: 3.0.2
repo: https://github.com/twbs/bootstrap

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

blog: http://blog.getbootstrap.com
expo: http://expo.getbootstrap.com
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap",
"version": "3.0.1",
"version": "3.0.2",
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
"ignore": [
"**/.*"
Expand Down
2 changes: 1 addition & 1 deletion docs-assets/js/customizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


window.onload = function () { // wait for load in a dumb way because B-0
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'
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'

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

0 comments on commit 3887f54

Please sign in to comment.