Skip to content

Commit

Permalink
Bourbon v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Feb 3, 2017
1 parent 4b034ea commit c2f00da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_bourbon.scss
@@ -1,4 +1,4 @@
// Bourbon 4.2.7
// Bourbon 4.3.0
// http://bourbon.io
// Copyright 2011-2017 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "bourbon",
"description": "A simple and lightweight mixin library for Sass.",
"version": "4.2.7",
"version": "4.3.0",
"main": "app/assets/stylesheets/_bourbon.scss",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "4.2.7"
VERSION = "4.3.0"
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bourbon",
"version": "4.2.7",
"version": "4.3.0",
"description": "A simple and lightweight mixin library for Sass.",
"keywords": [
"css",
Expand Down

0 comments on commit c2f00da

Please sign in to comment.