From 016b9183108a285f091c133d7790685b6626aa4e Mon Sep 17 00:00:00 2001 From: likeminds Date: Mon, 29 Apr 2024 18:15:14 +0530 Subject: [PATCH] changed version --- example/package.json | 2 +- likeminds-chat-reactnative-integration/ChatSX/setup.ts | 2 +- likeminds-chat-reactnative-integration/package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 0d19622a..6926c1d6 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "dependencies": { "@giphy/react-native-sdk": "2.1.3", "@likeminds.community/chat-rn": "1.5.7", - "@likeminds.community/chat-rn-core": "1.0.2", + "@likeminds.community/chat-rn-core": "1.0.3", "@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 5ef60afa..a3dc7849 100644 --- a/likeminds-chat-reactnative-integration/ChatSX/setup.ts +++ b/likeminds-chat-reactnative-integration/ChatSX/setup.ts @@ -14,7 +14,7 @@ export const initMyClient = ( ) => { const myClient = LMChatClient.setApiKey(apiKey) .setfilterStateConversation(filterStateMessage) - .setVersionCode(31) + .setVersionCode(32) .build(); Client.setMyClient(myClient); diff --git a/likeminds-chat-reactnative-integration/package.json b/likeminds-chat-reactnative-integration/package.json index aa936e0f..932fc976 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.0.2", - "versionCode": "14", - "versionName": "1.0.2", + "version": "1.0.3", + "versionCode": "15", + "versionName": "1.0.3", "description": "LikeMinds ReactNative Core SDK for chat", "scripts": { "android": "react-native run-android",