diff --git a/expo-package/package.json b/expo-package/package.json index af63c1d76b..e7eef09137 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": "3.1.1", + "version": "3.1.2", "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": "v3.1.1" + "stream-chat-react-native-core": "v3.1.2" }, "peerDependencies": { "@react-native-community/netinfo": "^5.9.7", diff --git a/native-package/package.json b/native-package/package.json index 7e8db55db6..d5d45ae957 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": "3.1.1", + "version": "3.1.2", "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": "v3.1.1" + "stream-chat-react-native-core": "v3.1.2" }, "peerDependencies": { "@react-native-community/blur": ">=3.6.0", diff --git a/package.json b/package.json index 199df6b439..2dc33352de 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": "3.1.1", + "version": "3.1.2", "author": { "company": "Stream.io Inc", "name": "Stream.io Inc" diff --git a/src/version.json b/src/version.json index f27700cc73..86d7f5ec6f 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "version": "3.0.0" + "version": "v3.1.2" }