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
zavoloklom committed Jun 19, 2015
1 parent c0446d2 commit 48dd880
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Material Design Iconic Font v2.0.0](http://zavoloklom.github.io/material-design-iconic-font)
# [Material Design Iconic Font v2.0.1](http://zavoloklom.github.io/material-design-iconic-font)
#### Material Design Iconic Font and CSS toolkit

[![Material Design Iconic Font](http://zavoloklom.github.io/material-design-iconic-font/images/Material-Design-Iconic-Font.png)](http://zavoloklom.github.io/material-design-iconic-font/)
Expand All @@ -9,7 +9,7 @@ Material Design Icons are the official open-source [icons](http://www.google.com

Get started at [http://zavoloklom.github.io/material-design-iconic-font](http://zavoloklom.github.io/material-design-iconic-font)

Download: [v2.0.0 (ZIP)](https://github.com/zavoloklom/material-design-iconic-font/releases/download/v2.0.0/material-design-iconic-font.zip)
Download: [v2.0.1 (ZIP)](https://github.com/zavoloklom/material-design-iconic-font/releases/download/2.0.1/material-design-iconic-font.zip)

##Install
**Bower:** `bower install material-design-iconic-font`
Expand All @@ -31,9 +31,9 @@ Use this method to customize Material Design Iconic Font using LESS or SCSS.

> @md-font-path: "../font";
- You can change prefix `md` to something else by editing `@md-css-prefix` in `path/to/material-design-iconic-font/less/variables.less` or `path/to/material-design-iconic-font/scss/_variables.scss`
- You can change prefix `zmdi` to something else by editing `@md-icon-prefix` in `path/to/material-design-iconic-font/less/variables.less` or `path/to/material-design-iconic-font/scss/_variables.scss`

> @md-css-prefix: md;
> @md-icon-prefix: zmdi;
- Re-compile your LESS if using a static compiler.
- Check out the [Examples pages](http://zavoloklom.github.io/material-design-iconic-font/examples.html) to start using Material Design Iconic Font!
Expand All @@ -42,6 +42,10 @@ Use this method to customize Material Design Iconic Font using LESS or SCSS.
The full details of how Material Design Iconic Font is licensed and 'Thanks to' section: [License page](http://zavoloklom.github.io/material-design-iconic-font/license.html).

## Changelog
v2.0.1:
- remove IE8-9 hooks
- fix "!default" to used properly way in sass code

v2.0.0:
- add new Google icons;
- remove duplicated icons to reduce font size;
Expand Down Expand Up @@ -70,4 +74,7 @@ For more information on SemVer, please visit http://semver.org.
- Twitter: https://twitter.com/zavoloklom
- GitHub: https://github.com/zavoloklom/
- CodePen: http://codepen.io/zavoloklom/
- Dribble: https://dribbble.com/zavoloklom (waiting for invite)
- Dribble: https://dribbble.com/zavoloklom (waiting for invite)

## Donate
- You can support me via [Gratipay](http://gratipay.com/zavoloklom/)
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "material-design-iconic-font",
"description": "Material Design Iconic Font and CSS toolkit",
"version": "2.0.0",
"version": "2.0.1",
"keywords": [
"material",
"design",
Expand All @@ -18,6 +18,17 @@
"bugs": {
"url": "https://github.com/zavoloklom/material-design-iconic-font/issues"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/zavoloklom/material-design-iconic-font.git",
"basePath": "",
"files": [
"dist/css/material-design-iconic-font.css",
"dist/css/material-design-iconic-font.min.css",
"dist/font/Material-Design-Iconic-Font.ttf",
"dist/font/Material-Design-Iconic-Font.woff"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/zavoloklom/material-design-iconic-font.git"
Expand Down

0 comments on commit 48dd880

Please sign in to comment.