Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit 68a3091

Browse files
author
BenWhitehead
committed
Update to bootstrap 3.2.0
1 parent caea810 commit 68a3091

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-big-grid",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"authors": [
55
"Ben Whitehead <benjamin.r.whitehead@gmail.com>"
66
],
@@ -15,6 +15,6 @@
1515
"tests"
1616
],
1717
"dependencies": {
18-
"bootstrap": "3.1.0"
18+
"bootstrap": "3.2.0"
1919
}
2020
}

dist/css/bootstrap-big-grid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap Big Grid v0.1.3 by BenWhitehead
2+
* Bootstrap Big Grid v0.1.4 by BenWhitehead
33
* Copyright 2013 BenWhitehead
44
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
55
*/

dist/css/bootstrap-big-grid.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.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1515
<![endif]-->
1616

17-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css"/>
17+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
1818
<style type="text/css">
1919
.table code {
2020
font-size: 13px;
@@ -458,7 +458,7 @@ <h3>Hidden on...</h3>
458458
documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
459459
</p>
460460
<ul class="footer-links">
461-
<li>Currently v0.1.3 (Bootstrap v3.1.0)</li>
461+
<li>Currently v0.1.4 (Bootstrap v3.2.0)</li>
462462
<li class="muted">·</li>
463463
<li><a href="http://getbootstrap.com/">Bootstrap Docs</a></li>
464464
<li class="muted">·</li>

less/big-grid.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap Big Grid v0.1.3 by BenWhitehead
2+
* Bootstrap Big Grid v0.1.4 by BenWhitehead
33
* Copyright 2013 BenWhitehead
44
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
55
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-big-grid",
33
"description": "A set of larger grid options for Bootstrap.",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"keywords": ["bootstrap", "css", "grid"],
66
"main": "Gruntfile.js",
77
"author": "BenWhitehead",

0 commit comments

Comments
 (0)