From beb3d4c2e5b1574495754b5a2cd888b67caff42f Mon Sep 17 00:00:00 2001 From: Jan Romaniak Date: Sun, 9 Dec 2018 14:05:25 +0100 Subject: [PATCH] v0.1.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6032da9b6..33d6df48b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-web-gifted-chat", - "version": "0.1.1", + "version": "0.1.3", "description": "The most complete chat UI for React Web", "main": "dist/index.js", "repository": { @@ -54,7 +54,7 @@ "react-art": "^16.6.3", "react-dev-utils": "^6.1.1", "react-dom": "^16.6.3", - "react-native-web": "^0.9.8", + "react-native-web": "0.9.9", "shallowequal": "1.1.0", "uuid": "3.3.2" },