summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Estelle <jestelle@google.com>2014-11-12 13:14:20 -0800
committerJosh Estelle <jestelle@google.com>2014-11-12 13:14:20 -0800
commit623ff2dfa1869cbfbd011440239c572f25a0cfc5 (patch)
treed08811575ae11593b9d2e34ad54752a6333030ab
parent153376c932a761823d4f87b3b032d2dcb7dfab98 (diff)
Bump version number for new release.1.0.1
-rw-r--r--README.md2
-rw-r--r--bower.json2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
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": {