diff --git a/README.md b/README.md index 402913b6b0f5..1dfc5e4c2496 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You have a few options for getting the icons. ### Download the Zip -Grab the latest stable [zip archive](https://github.com/google/material-design-icons/releases/download/1.0.0/material-design-icons-1.0.0.zip) (~57MB) of all icons or the bleeding-edge version from [master](https://github.com/google/material-design-icons/archive/master.zip). +Grab the latest stable [zip archive](https://github.com/google/material-design-icons/releases/download/1.0.1/material-design-icons-1.0.1.zip) (~57MB) of all icons or the bleeding-edge version from [master](https://github.com/google/material-design-icons/archive/master.zip). ### Bower diff --git a/bower.json b/bower.json index f703a3ec5be8..67c714664efd 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "material-design-icons", - "version": "1.0.0", + "version": "1.0.1", "author": "Material Design Authors", "description": "Material Design icons by Google", "keywords": [ diff --git a/package.json b/package.json index af4af44654f2..f82e710b38d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "material-design-icons", - "version": "1.0.0", + "version": "1.0.1", "description": "Material Design icons by Google", "main": "index.html", "repository": {