From 75c390a36d4c558d74d456fec05eb94f9e8f5fc3 Mon Sep 17 00:00:00 2001 From: Bernardo Baquero Stand Date: Fri, 17 May 2019 14:16:07 +0200 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85f0803..5013ae7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hide-show-utils", - "version": "1.0.0", + "version": "1.0.1", "description": "Simple and small React components for showing and hiding children based on media queries", "main": "dist/index.js", "umd:main": "dist/react-hide-show-utils-ts.umd.production.js",