Skip to content

Commit

Permalink
Update Sample App for UIKit Version 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul-cometchat committed Apr 16, 2024
1 parent f6412ba commit 5e52db0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "cometchat-chat-sample-app-vue",
"version": "4.3.3",
"license": "SEE LICENSE IN LICENSE.md",
"version": "4.3.4",
"license": "https://www.cometchat.com/legal-terms-of-service",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@cometchat/chat-uikit-vue": "4.3.3",
"@cometchat/calls-sdk-javascript": "4.0.7",
"@cometchat/chat-uikit-vue": "^4.3.4",
"@cometchat/calls-sdk-javascript": "^4.0.7",
"core-js": "^3.8.3",
"file-loader": "^6.2.0",
"vue": "^3.2.13"
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.3",
version: "4.3.4",
type: "sample",
platform: "Vue",
};

0 comments on commit 5e52db0

Please sign in to comment.