Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Bump to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Jan 2, 2015
1 parent 53c2c34 commit 078078f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Neat is a fluid grid framework built with [Bourbon](https://github.com/thoughtbo
## Requirements

- [Sass](https://github.com/sass/sass) 3.3+
- [Bourbon](https://github.com/thoughtbot/bourbon) 3.1+
- [Bourbon](https://github.com/thoughtbot/bourbon) 4.0+
- :warning: If you need **Sass 3.2 support**, you should [use Neat 1.5.1](#installing-older-versions-of-neat)

## Installation
Expand Down Expand Up @@ -93,7 +93,7 @@ For command line help, visit our wiki page on Neat’s [command line interface](
@import "bourbon";
@import "neat";
```

It should be noted that `@import` rules are not compatible with Sprockets directives. You need to use one or the other.

## Installing older versions of Neat
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_neat.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Neat 1.7.0
// Neat 1.7.1
// http://neat.bourbon.io
// Copyright 2012-2015 thoughtbot, inc.
// MIT License
Expand Down
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "neat",
"version": "1.7.0",
"homepage": "http://neat.bourbon.io/",
"main": "app/assets/stylesheets/_neat.scss",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion lib/neat/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Neat
VERSION = '1.7.0'
VERSION = '1.7.1'
end

0 comments on commit 078078f

Please sign in to comment.