diff --git a/app/assets/stylesheets/_neat.scss b/app/assets/stylesheets/_neat.scss index a44f6e2c..d50ae0c9 100644 --- a/app/assets/stylesheets/_neat.scss +++ b/app/assets/stylesheets/_neat.scss @@ -1,4 +1,4 @@ -// Neat 1.8.0 +// Neat 1.9.0 // http://neat.bourbon.io // Copyright 2012-2015 thoughtbot, inc. // MIT License diff --git a/bower.json b/bower.json index 4869697c..42394701 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "neat", "description": "A lightweight, semantic grid framework", - "version": "1.8.0", + "version": "1.9.0", "main": "app/assets/stylesheets/_neat.scss", "license": "MIT", "ignore": [ diff --git a/lib/neat/version.rb b/lib/neat/version.rb index 7608e81f..a22247a2 100644 --- a/lib/neat/version.rb +++ b/lib/neat/version.rb @@ -1,3 +1,3 @@ module Neat - VERSION = "1.8.0" + VERSION = "1.9.0" end diff --git a/package.json b/package.json index a90b065f..4b15d14f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bourbon-neat", - "version": "1.8.0", + "version": "1.9.0", "description": "A lightweight, semantic grid framework", "keywords": [ "columns",