Skip to content

Commit

Permalink
Bump version to 2.0.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel M de Miguel committed Jan 29, 2016
1 parent 09d44de commit 7a60423
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.1] 29-01-2016

- Fixed a conflict with style icon name and MaterialIcon style method [#8](https://github.com/Angelmmiguel/material_icons/issues/8)

## [2.0.0] 20-11-2015

- Update Material Design icon font to 2.1 version (Thanks [@matthieua](https://github.com/matthieua))
Expand Down Expand Up @@ -29,4 +33,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Created CSS stylesheets to use ligatures or unicode
- Added Google Material Icons fonts version 2.0.0
- First commit, this will be awesome :)
- First commit, this will be awesome :)
2 changes: 1 addition & 1 deletion lib/material_icons/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
module MaterialIcons
# Version for the library and the gem
MATERIAL_ICONS_VERSION = '2.1.0'
VERSION = '2.0.0'
VERSION = '2.0.1'
end

0 comments on commit 7a60423

Please sign in to comment.