Skip to content

Commit

Permalink
Fixed incorrect version number specified for required Twitter Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Apr 19, 2014
1 parent e822b1b commit 10b81be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
],
"dependencies": {
"jquery": ">= 1.9.0",
"bootstrap": ">= 3.1.2"
"bootstrap": ">= 3.1.0"
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
}
, "license": "Apache-2.0"
, "require": {
"twitter/bootstrap" : ">=3.1.2"
"twitter/bootstrap" : ">=3.1.0"
}
}

0 comments on commit 10b81be

Please sign in to comment.