From 68268610be6f938caef1d0969ef6078412c37e31 Mon Sep 17 00:00:00 2001 From: Reinaldo Schiehll Date: Wed, 4 Mar 2020 22:17:49 -0300 Subject: [PATCH] 6.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b93d266..54a4458 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-alert", "description": "A simple react alert component", - "version": "6.0.0", + "version": "6.0.1", "author": "Reinaldo Schiehll ", "main": "dist/cjs/react-alert.js", "module": "dist/esm/react-alert.js",