diff --git a/example/package.json b/example/package.json index c1baf03b..4a845b20 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.3.1", + "version": "1.3.2", "private": true, "scripts": { "android": "react-native run-android", @@ -11,8 +11,8 @@ }, "dependencies": { "@giphy/react-native-sdk": "2.1.3", - "@likeminds.community/chat-rn": "1.6.1", - "@likeminds.community/chat-rn-core": "1.3.1", + "@likeminds.community/chat-rn": "1.6.2", + "@likeminds.community/chat-rn-core": "1.3.2", "@notifee/react-native": "7.6.1", "@react-native-clipboard/clipboard": "1.11.2", "@react-native-community/datetimepicker": "7.4.1", diff --git a/likeminds-chat-reactnative-integration/ChatSX/setup.ts b/likeminds-chat-reactnative-integration/ChatSX/setup.ts index 36afc25f..cb07f049 100644 --- a/likeminds-chat-reactnative-integration/ChatSX/setup.ts +++ b/likeminds-chat-reactnative-integration/ChatSX/setup.ts @@ -5,7 +5,7 @@ import AudioPlayer from "./optionalDependecies/AudioPlayer"; export const initMyClient = (filterStateMessage: ConversationState[]) => { const myClient = LMChatClient.setfilterStateConversation(filterStateMessage) - .setVersionCode(35) + .setVersionCode(36) .build(); Client.setMyClient(myClient); diff --git a/likeminds-chat-reactnative-integration/package.json b/likeminds-chat-reactnative-integration/package.json index 87b400d6..c0e49f6f 100644 --- a/likeminds-chat-reactnative-integration/package.json +++ b/likeminds-chat-reactnative-integration/package.json @@ -1,8 +1,8 @@ { "name": "@likeminds.community/chat-rn-core", - "version": "1.3.1", - "versionCode": "19", - "versionName": "1.3.1", + "version": "1.3.2", + "versionCode": "20", + "versionName": "1.3.2", "description": "LikeMinds ReactNative Core SDK for chat", "scripts": { "android": "react-native run-android", @@ -20,7 +20,7 @@ "homepage": "https://likeminds.community/", "license": "ISC", "dependencies": { - "@likeminds.community/chat-rn": "1.6.1", + "@likeminds.community/chat-rn": "1.6.2", "@react-native/babel-preset": "0.74.0", "diff": "5.1.0", "realm": "11.10.2"