diff --git a/app/assets/stylesheets/_neat.scss b/app/assets/stylesheets/_neat.scss index f690f7aa..e93d636e 100644 --- a/app/assets/stylesheets/_neat.scss +++ b/app/assets/stylesheets/_neat.scss @@ -1,4 +1,4 @@ -// Bourbon Neat 1.5.0 +// Bourbon Neat 1.6.0.pre // MIT Licensed // Copyright (c) 2012-2013 thoughtbot, inc. diff --git a/bower.json b/bower.json index ac70032f..dc5b0176 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "neat", - "version": "1.5.0", + "version": "1.6.0.pre", "homepage": "http://neat.bourbon.io/", "main": "app/assets/stylesheets/_neat.scss", "ignore": [ diff --git a/lib/neat/version.rb b/lib/neat/version.rb index d78ada40..18ed69fe 100644 --- a/lib/neat/version.rb +++ b/lib/neat/version.rb @@ -1,3 +1,3 @@ module Neat - VERSION = '1.5.0' + VERSION = '1.6.0.pre' end