Skip to content

Commit

Permalink
bump to v3.2.0-3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Jun 26, 2014
1 parent 0d09a0a commit 0738cc8
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TODC Bootstrap was created by [Tim O'Donnell](https://github.com/todc), and main

Three quick start options are available:

- [Download the latest release](https://github.com/todc/todc-bootstrap/archive/v3.1.1-3.2.1.zip).
- [Download the latest release](https://github.com/todc/todc-bootstrap/archive/v3.2.0-3.3.0.zip).
- Clone the repo: `git clone https://github.com/todc/todc-bootstrap.git`.
- Install with [Bower](http://bower.io): `bower install todc-bootstrap`.

Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ url: http://todc.github.io/todc-bootstrap
encoding: UTF-8

# Custom vars
current_version: 3.1.1-3.2.1
current_version: 3.2.0-3.3.0
repo: https://github.com/todc/todc-bootstrap

download:
source: https://github.com/todc/todc-bootstrap/archive/v3.1.1-3.2.1.zip
dist: https://github.com/todc/todc-bootstrap/releases/download/v3.1.1-3.2.1/todc-bootstrap-3.1.1-3.2.1-dist.zip
source: https://github.com/todc/todc-bootstrap/archive/v3.2.0-3.3.0.zip
dist: https://github.com/todc/todc-bootstrap/releases/download/v3.2.0-3.3.0/todc-bootstrap-3.2.0-3.3.0-dist.zip

bs:
current_version: 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "todc-bootstrap",
"description": "Google-styled theme for Bootstrap.",
"version": "3.1.1-3.2.1",
"version": "3.2.0-3.3.0",
"keywords": [
"bootstrap",
"css",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"license": "MIT",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
"dev-master": "3.2.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion dist/css/todc-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/todc-bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/js/_src/customizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
window.onload = function () { // wait for load in a dumb way because B-0
'use strict';
var cw = '/*!\n' +
' * Bootstrap v3.1.1 (http://getbootstrap.com)\n' +
' * Bootstrap v3.2.0 (http://getbootstrap.com)\n' +
' * Copyright 2011-2014 Twitter, Inc.\n' +
' * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n' +
' */\n\n'
Expand Down
6 changes: 3 additions & 3 deletions docs/assets/js/customize.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/assets/js/raw-files.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/todc-bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "todc-bootstrap",
"description": "Google-styled theme for Bootstrap.",
"version": "3.1.1-3.2.1",
"version": "3.2.0-3.3.0",
"keywords": [
"bootstrap",
"css",
Expand Down

0 comments on commit 0738cc8

Please sign in to comment.