Skip to content

Commit

Permalink
Merge pull request #46 from LikeMindsCommunity/version/release-v1.0.3
Browse files Browse the repository at this point in the history
[v1.0.3] Version Upgrade
  • Loading branch information
jaixchaudhary authored Apr 29, 2024
2 parents 7170899 + 016b918 commit c585975
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion likeminds-chat-reactnative-integration/ChatSX/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const initMyClient = (
) => {
const myClient = LMChatClient.setApiKey(apiKey)
.setfilterStateConversation(filterStateMessage)
.setVersionCode(31)
.setVersionCode(32)
.build();

Client.setMyClient(myClient);
Expand Down
6 changes: 3 additions & 3 deletions likeminds-chat-reactnative-integration/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c585975

Please sign in to comment.