Skip to content

Commit 6699899

Browse files
v4.3.6
1 parent 39aadce commit 6699899

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cometchat-chat-sample-app-react-native",
3-
"version": "4.3.5",
3+
"version": "4.3.6",
44
"license": "SEE LICENSE IN LICENSE.md",
55
"private": true,
66
"scripts": {

src/components/shared/FormBubble.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const FormBubble = (props) => {
2929
receiver: {
3030
entity: {
3131
guid: "group_1696408979857",
32-
name: "chutiyaGang",
32+
name: "Test Group",
3333
type: "public",
3434
owner: "vivek",
3535
createdAt: 1696408980,

src/metaInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const metaInfo = {
22
name:"cometchat-chat-sample-app-react-native",
3-
version:"4.0.1",
3+
version:"4.3.6",
44
type:"sample",
55
platform:"React Native"
66
}

0 commit comments

Comments
 (0)