Skip to content

Commit

Permalink
Bitters v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Aug 10, 2016
1 parent 972b5c2 commit df57cc9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -5,7 +5,9 @@ project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased]

[Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.3.2...HEAD
[Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.4.0...HEAD

## [1.4.0] - 2016-08-10

### Added

Expand All @@ -21,7 +23,9 @@ project adheres to [Semantic Versioning](http://semver.org).

### Removed

- Remove `select[multiple]` selector.
- Removed `select[multiple]` selector.

[1.4.0]: https://github.com/thoughtbot/bitters/compare/v1.3.2...v1.4.0

## [1.3.2] - 2016-06-21

Expand Down
2 changes: 1 addition & 1 deletion core/_base.scss
@@ -1,4 +1,4 @@
// Bitters 1.3.2
// Bitters 1.4.0
// http://bitters.bourbon.io
// Copyright 2013-2015 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/bitters/version.rb
@@ -1,3 +1,3 @@
module Bitters
VERSION = "1.3.2"
VERSION = "1.4.0"
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Bitters",
"version": "1.3.2",
"version": "1.4.0",
"description": "Scaffold styles, variables and structure for Bourbon projects.",
"main": "Gulpfile.js",
"repository": {
Expand Down

0 comments on commit df57cc9

Please sign in to comment.