Skip to content

Commit

Permalink
Update Sample App for UiKit v4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul-cometchat committed May 9, 2024
1 parent eb4c60a commit 8bb9d89
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added Screenshots/HomeScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cometchat-chat-sample-app-vue",
"version": "4.3.4",
"version": "4.3.7",
"license": "https://www.cometchat.com/legal-terms-of-service",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@cometchat/chat-uikit-vue": "^4.3.4",
"@cometchat/chat-uikit-vue": "^4.3.7",
"@cometchat/calls-sdk-javascript": "^4.0.7",
"core-js": "^3.8.3",
"file-loader": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/metaInfo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const metaInfo = {
name: "cometchat-chat-sample-app-vue",
version: "4.3.4",
version: "4.3.7",
type: "sample",
platform: "Vue",
};

0 comments on commit 8bb9d89

Please sign in to comment.