diff --git a/expo-package/package.json b/expo-package/package.json index be39cfaee6..8b894e79a0 100644 --- a/expo-package/package.json +++ b/expo-package/package.json @@ -1,7 +1,7 @@ { "name": "stream-chat-expo", "description": "The official Expo SDK for Stream Chat, a service for building chat applications", - "version": "2.1.0", + "version": "2.1.1", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" @@ -10,7 +10,7 @@ "main": "src/index.js", "types": "types/index.d.ts", "dependencies": { - "stream-chat-react-native-core": "v2.1.0" + "stream-chat-react-native-core": "v2.1.1" }, "peerDependencies": { "expo": "^39.0.0", diff --git a/native-package/package.json b/native-package/package.json index f901a6a6bb..9c05880922 100644 --- a/native-package/package.json +++ b/native-package/package.json @@ -1,7 +1,7 @@ { "name": "stream-chat-react-native", "description": "The official React Native SDK for Stream Chat, a service for building chat applications", - "version": "2.1.0", + "version": "2.1.1", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" @@ -11,7 +11,7 @@ "types": "types/index.d.ts", "dependencies": { "es6-symbol": "^3.1.3", - "stream-chat-react-native-core": "v2.1.0" + "stream-chat-react-native-core": "v2.1.1" }, "peerDependencies": { "@react-native-community/netinfo": ">=2.0.7", diff --git a/package.json b/package.json index b8f594d35b..8f55274f89 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stream-chat-react-native-core", "description": "The official React Native and Expo components for Stream Chat, a service for building chat applications", - "version": "2.1.0", + "version": "2.1.1", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc"