From acbb5b45a42f7ab975a577d2d4d4af961f55d36a Mon Sep 17 00:00:00 2001 From: Peter Mikitsh Date: Wed, 3 Oct 2018 16:06:14 -0700 Subject: [PATCH] 2.0.5 (#19) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47a9ad3..c051721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "material-react-components", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0ebe67d..e175ab7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "material-react-components", - "version": "2.0.4", + "version": "2.0.5", "description": "A collection of React components that implement Google's material design specification.", "main": "dist/index.js", "module": "es/index.js",