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

Commit

Permalink
Bumpt to 1.7.0.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Aug 1, 2014
1 parent 5c337cc commit b4b8a1b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.6.0
/* Neat 1.7.0.pre
* http://neat.bourbon.io
* Copyright 2012–2014 thoughtbot, inc.
* MIT License */
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neat",
"version": "1.6.0",
"version": "1.7.0.pre",
"homepage": "http://neat.bourbon.io/",
"main": "app/assets/stylesheets/_neat.scss",
"ignore": [
Expand All @@ -15,6 +15,6 @@
"NEWS.md"
],
"dependencies": {
"bourbon": ">=3.1"
"bourbon": ">=4.0"
}
}
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.6.0'
VERSION = '1.7.0.pre'
end
2 changes: 1 addition & 1 deletion neat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Neat is an open source grid framework built on top of Bourbon with the aim of be
s.require_paths = ['lib']

s.add_dependency('sass', '>= 3.3')
s.add_dependency('bourbon', '>= 3.1')
s.add_dependency('bourbon', '>= 4.0')

s.add_development_dependency('aruba', '~> 0.5.0')
s.add_development_dependency('rake')
Expand Down

0 comments on commit b4b8a1b

Please sign in to comment.