Skip to content

Commit

Permalink
Bump version to 1.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsuh committed Sep 25, 2018
1 parent 2196b40 commit c9adb72
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 27 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Changelog for Hamburgers.

## [1.1.3] - 9/25/2018
### Fixed
- `!important` for types that rely on `background-color: transparent`.

## [1.1.2] - 9/25/2018
### Fixed
- Change default value of `$hamburger-active-hover-opacity` to `$hamburger-hover-opacity`.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-hamburgers",
"version": "1.1.2",
"version": "1.1.3",
"description": "Collection of tasty CSS-animated hamburger icons. Includes Sass files (modular and customizable), so cook up your own hamburger.",
"homepage": "https://jonsuh.com/hamburgers",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lib/hamburgers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hamburgers
VERSION = "1.1.2"
VERSION = "1.1.3"
end
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hamburgers",
"version": "1.1.2",
"version": "1.1.3",
"description": "Collection of tasty CSS-animated hamburger icons. Includes Sass files (modular and customizable), so cook up your own hamburger.",
"homepage": "https://jonsuh.com/hamburgers",
"license": "MIT",
Expand Down

0 comments on commit c9adb72

Please sign in to comment.