Skip to content

Commit

Permalink
V2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-bhandari committed Dec 17, 2019
1 parent 6c11bd0 commit 453d798
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CometChat.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ export namespace CometChat {
* @returns
* @memberof CometChat
*/
export function getAppSettings(): Promise<{}>;
export function getAppSettings(): Promise<any>;
/**
* Clears the authtoken from server and clears the local cache.
*
Expand Down
2 changes: 1 addition & 1 deletion CometChat.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ npm install @cometchat-pro/@cometchat-pro/[email protected] --save
For v2.0.x:

```shell
npm install @cometchat-pro/[email protected].4 --save
npm install @cometchat-pro/[email protected].5 --save
```

Then, import the `CometChat` object wherever you want to use CometChat
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cometchat-pro/react-native-chat",
"version": "2.0.4",
"version": "2.0.5",
"description": "A complete chat solution.",
"main": "CometChat.js",
"scripts": {
Expand Down

0 comments on commit 453d798

Please sign in to comment.