Skip to content

Commit

Permalink
reflect API breaking changes (moving partials to /core)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Garcia committed Apr 30, 2017
1 parent 46d2fbb commit 9e4f9d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Neat-Omega Family for Neat 2.X
# Neat-Omega Family for Bourbon Neat (2.x.x)
The Omega family is a group of mixins that accomplish several supplemental goals within the Bourbon-Neat framework.

Originally created to address: https://github.com/thoughtbot/neat/issues/543
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neat-omega",
"description": "A family of omega mixins for Neat 2.0",
"version": "2.1.0",
"version": "3.0.0",
"main": "neat-omega.scss",
"authors": [
"Kevin Garcia"
Expand Down
2 changes: 1 addition & 1 deletion neat-omega.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.require_paths = ["lib"]
s.summary = "An omega mixin family for Neat 2.x"
s.version = "2.1.0"
s.version = "3.0.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neat-omega",
"version": "2.1.0",
"version": "3.0.0",
"description": "A family of omega mixins for Neat 2.0",
"keywords": [
"columns",
Expand Down

0 comments on commit 9e4f9d3

Please sign in to comment.