Skip to content

Commit

Permalink
Prepare patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Apr 10, 2021
1 parent 953d820 commit c7f7297
Show file tree
Hide file tree
Showing 4 changed files with 3,575 additions and 1,423 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ export MATTERMOST_PASSWORD=s3cr3tP@ssw0rd!

## Upgrade

To upgrade your Hubot for Mattermost 4.4.x, find the `package.json` file in your Hubot directory and look for the line in the `dependencies` section that references `hubot-matteruser`. Change the verion so it points to `^5.4.3` of the client. Example:
To upgrade your Hubot for Mattermost 4.4.x, find the `package.json` file in your Hubot directory and look for the line in the `dependencies` section that references `hubot-matteruser`. Change the verion so it points to `^5.4.4` of the client. Example:

```json
...
"dependencies": {
"hubot-matteruser": "^5.4.3"
"hubot-matteruser": "^5.4.4"
},
...
```
Expand Down
Loading

0 comments on commit c7f7297

Please sign in to comment.