diff --git a/expo-package/package.json b/expo-package/package.json index 7401d60583..b26cc0cfe4 100644 --- a/expo-package/package.json +++ b/expo-package/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat-expo", - "version": "0.11.0", + "version": "0.12.0", "author": { "company": "Stream.io Inc" }, @@ -57,7 +57,7 @@ }, "dependencies": { "react-native-unimodules": "^0.5.4", - "stream-chat-react-native-core": "v0.11.0" + "stream-chat-react-native-core": "v0.12.0" }, "peerDependencies": { "expo": "^32.0.0", diff --git a/native-package/package.json b/native-package/package.json index 95c69b275e..4ba81032ca 100644 --- a/native-package/package.json +++ b/native-package/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat-react-native", - "version": "0.11.0", + "version": "0.12.0", "author": { "company": "Stream.io Inc" }, @@ -54,7 +54,7 @@ }, "dependencies": { "es6-symbol": "^3.1.1", - "stream-chat-react-native-core": "v0.11.0" + "stream-chat-react-native-core": "v0.12.0" }, "peerDependencies": { "@react-native-community/netinfo": ">=2.0.7", diff --git a/package.json b/package.json index fa0729f74b..83ebaa522f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat-react-native-core", - "version": "0.11.0", + "version": "0.12.0", "author": { "company": "Stream.io Inc" },