Skip to content

Commit

Permalink
Fix version number and index.html reference to generated CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
eabait committed Feb 5, 2014
1 parent 3f51165 commit 874007e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone-boilerplate",
"version": "0.0.2",
"version": "0.2.0",
"homepage": "https://github.com/globant-ui/backbone-boilerplate",
"authors": [
"eabait <estebanabait@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone-boilerplate",
"version": "0.0.2",
"version": "0.2.0",
"scripts": {
"start": "grunt test"
},
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="description" content="Project description">
<meta name="viewport" content="width=device-width">

<link rel="stylesheet" href="css/backbone-boilerplate.min-0.0.1.css">
<link rel="stylesheet" href="css/backbone-boilerplate.min-0.2.0.css">
</head>
<body>
<!--[if lt IE 7]>
Expand Down

0 comments on commit 874007e

Please sign in to comment.