Skip to content

Commit

Permalink
Bourbon v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Feb 8, 2017
1 parent 14ee63f commit cd8b4d7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ project adheres to [Semantic Versioning](http://semver.org).

## Unreleased (`master`)

Nothing at the moment.

## 4.3.1 - 2017-02-07

### Fixed

- Internal Bourbon deprecation warnings will no longer be thrown. ([#1002])
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_bourbon.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bourbon 4.3.0
// Bourbon 4.3.1
// http://bourbon.io
// Copyright 2011-2017 thoughtbot, inc.
// MIT License
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": "bourbon",
"description": "A simple and lightweight mixin library for Sass.",
"version": "4.3.0",
"version": "4.3.1",
"main": "app/assets/stylesheets/_bourbon.scss",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "4.3.0"
VERSION = "4.3.1"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bourbon",
"version": "4.3.0",
"version": "4.3.1",
"description": "A simple and lightweight mixin library for Sass.",
"keywords": [
"css",
Expand Down

0 comments on commit cd8b4d7

Please sign in to comment.