From a2beed7f1bb824734ef4a6658129e4f9ffc9138b Mon Sep 17 00:00:00 2001 From: Brandon Mowat Date: Mon, 14 Sep 2020 10:50:53 -0400 Subject: [PATCH] version bump 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fc9ac2..635e5a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-chat-ui", - "version": "0.4.0", + "version": "0.4.1", "description": "A library of React components for building chat UI's", "repository": "https://github.com/brandonmowat/react-chat-ui", "main": "./lib/index.js",