From 5e6a65361b1f40847e03ff97652fae3658395dc4 Mon Sep 17 00:00:00 2001 From: Will H McMahan Date: Sat, 23 Jul 2016 17:42:51 -0400 Subject: [PATCH] Neat v2.0.0-alpha.1 --- bower.json | 2 +- core/_neat.scss | 2 +- lib/neat/version.rb | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 3d1f82b6..5c334281 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "neat", "description": "A lightweight, semantic grid framework built with Bourbon", - "version": "1.7.4", + "version": "2.0.0-alpha.1", "main": "core/_neat.scss", "license": "MIT", "ignore": [ diff --git a/core/_neat.scss b/core/_neat.scss index 16eef830..9e351190 100644 --- a/core/_neat.scss +++ b/core/_neat.scss @@ -1,5 +1,5 @@ @charset "UTF-8"; -// Neat 2.0.0-alpha.0 +// Neat 2.0.0-alpha.1 // http://neat.bourbon.io // Copyright 2012 thoughtbot, inc. // MIT License diff --git a/lib/neat/version.rb b/lib/neat/version.rb index 7a0639e6..2c608b4c 100644 --- a/lib/neat/version.rb +++ b/lib/neat/version.rb @@ -1,3 +1,3 @@ module Neat - VERSION = "1.7.4" + VERSION = "2.0.0.alpha.1" end diff --git a/package.json b/package.json index ebc69c38..e1573aa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bourbon-neat", - "version": "1.7.4", + "version": "2.0.0-alpha.1", "description": "A lightweight, semantic grid framework built with Bourbon", "keywords": [ "columns",