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

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Nov 22, 2013
1 parent ee8d092 commit 9a06d02
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@
// Bourbon Neat
// Bourbon Neat 1.5.0
// MIT Licensed
// Copyright (c) 2012-2013 thoughtbot, inc.

Expand Down
8 changes: 5 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "neat",
"version": "1.5.0",
"homepage": "http://neat.bourbon.io/",
"main": "app/assets/stylesheets/_neat.scss",
"ignore": [
"bin",
"features",
"lib",
".gitignore",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"bourbon.gemspec"
"neat.gemspec",
"CONTRIBUTING.md",
"NEWS.md",
]
}
}
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.5.0.pre'
VERSION = '1.5.0'
end

0 comments on commit 9a06d02

Please sign in to comment.