Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Jan 29, 2022
1 parent 8479620 commit 504a071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ npm install -g peerchat
$ peerchat COMMAND
running command...
$ peerchat (-v|--version|version)
peerchat/0.1.2 darwin-x64 node-v16.13.1
peerchat/0.1.3 darwin-x64 node-v16.13.1
$ peerchat --help [COMMAND]
USAGE
$ peerchat COMMAND
Expand Down Expand Up @@ -72,7 +72,7 @@ EXAMPLES
$ peerchat dstack myCoolNickname
```

_See code: [src/commands/index.ts](https://github.com/dstack-js/chat/blob/v0.1.2/src/commands/index.ts)_
_See code: [src/commands/index.ts](https://github.com/dstack-js/chat/blob/v0.1.3/src/commands/index.ts)_

## `peerchat discord [ROOM]`

Expand All @@ -94,7 +94,7 @@ EXAMPLES
$ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
```

_See code: [src/commands/discord/index.ts](https://github.com/dstack-js/chat/blob/v0.1.2/src/commands/discord/index.ts)_
_See code: [src/commands/discord/index.ts](https://github.com/dstack-js/chat/blob/v0.1.3/src/commands/discord/index.ts)_

## `peerchat help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "peerchat",
"description": "Peer-to-peer terminal chat",
"version": "0.1.2",
"version": "0.1.3",
"author": "Mykhailo Marynenko @0x77dev",
"bin": {
"peerchat": "./bin/run",
Expand Down

0 comments on commit 504a071

Please # to comment.