Skip to content

Commit

Permalink
bumping version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
timhettler committed Apr 17, 2015
1 parent b816051 commit a5b8c2f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sass-fpo",
"description": "Sass mixin to create CSS-Only placeholder images",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/timhettler/sass-fpo",
"main": "src/sass/fpo.scss",
"authors": [
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": "sass-fpo",
"version": "1.0.0",
"version": "1.1.0",
"description": "Sass mixin to create CSS-Only placeholder images",
"main": "src/sass/fpo.scss",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions test/output/libsass/test.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.test--default-args {
overflow: hidden;
position: relative;
background-color: #87451c;
color: #78bae3; }
background-color: #d423cc;
color: #2bdc33; }
.test--default-args:before {
content: '';
display: block;
Expand Down
4 changes: 2 additions & 2 deletions test/output/rubySass/test.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.test--default-args {
overflow: hidden;
position: relative;
background-color: #42b0a1;
color: #bd4f5e; }
background-color: #188528;
color: #e77ad7; }
.test--default-args:before {
content: '';
display: block;
Expand Down

0 comments on commit a5b8c2f

Please sign in to comment.