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

Commit 5e6a653

Browse files
committed
Neat v2.0.0-alpha.1
1 parent e645baf commit 5e6a653

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neat",
33
"description": "A lightweight, semantic grid framework built with Bourbon",
4-
"version": "1.7.4",
4+
"version": "2.0.0-alpha.1",
55
"main": "core/_neat.scss",
66
"license": "MIT",
77
"ignore": [

core/_neat.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@charset "UTF-8";
2-
// Neat 2.0.0-alpha.0
2+
// Neat 2.0.0-alpha.1
33
// http://neat.bourbon.io
44
// Copyright 2012 thoughtbot, inc.
55
// MIT License

lib/neat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Neat
2-
VERSION = "1.7.4"
2+
VERSION = "2.0.0.alpha.1"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bourbon-neat",
3-
"version": "1.7.4",
3+
"version": "2.0.0-alpha.1",
44
"description": "A lightweight, semantic grid framework built with Bourbon",
55
"keywords": [
66
"columns",

0 commit comments

Comments
 (0)