Skip to content

Commit

Permalink
Merge pull request #43 from cometchat-pro/v2
Browse files Browse the repository at this point in the history
v2.4.0-1
  • Loading branch information
priyadarshininadar authored Jul 23, 2021
2 parents 3d0d765 + 9792390 commit 830de8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
# CometChat Kitchen Sink Sample App (React)

<p align="left">
<a href="https://github.com/cometchat-pro/cometchat-pro-react-sample-app/releases/" alt="Releases">
<a href="https://github.com/cometchat-pro/javascript-react-chat-app/releases" alt="Releases">
<img src="https://img.shields.io/github/v/release/cometchat-pro/cometchat-pro-react-sample-app" />
</a>
<a href="https://img.shields.io/github/languages/top/cometchat-pro/cometchat-pro-react-sample-app">
<img src="https://img.shields.io/github/languages/top/cometchat-pro/cometchat-pro-react-sample-app" />
</a>
<a href="https://github.com/cometchat-pro/cometchat-pro-react-sample-app/stargazers">
<a href="https://github.com/cometchat-pro/javascript-react-chat-app/stargazers">
<img src="https://img.shields.io/github/stars/cometchat-pro/cometchat-pro-react-sample-app?style=social" />
</a>
<a href="https://twitter.com/CometChat">
Expand Down Expand Up @@ -63,7 +63,7 @@ Before you begin, ensure you have met the following requirements:

___

## Installing React Sample App
## Installing React Sample App

1. Clone this repository `git clone https://github.com/cometchat-pro/javascript-react-chat-app.git`
2. Navigate to the root directory and replace `APP_ID`, `REGION` and `AUTH_KEY` with your CometChat `App ID`, `Region` and `Auth Key` in src/consts.js file.
Expand Down Expand Up @@ -119,4 +119,4 @@ Contact us via real time support present in [CometChat Dashboard.](https://app.c

---

This project uses the following [license](https://github.com/cometchat-pro/cometchat-pro-react-sample-app/blob/master/LICENSE).
This project uses the following [license](https://github.com/cometchat-pro/javascript-react-chat-app/blob/master/LICENSE).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "javascript-react-chat-app",
"version": "2.3.6-1",
"version": "2.4.0-1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand All @@ -14,7 +14,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"@cometchat-pro/chat": "2.3.6",
"@cometchat-pro/chat": "2.4.0",
"@emotion/core": "^10.0.35",
"dateformat": "^4.0.0",
"emoji-mart": "^3.0.0",
Expand Down

0 comments on commit 830de8a

Please sign in to comment.