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

Commit 938f05f

Browse files
committed
v0.1.3
1 parent 7f01f20 commit 938f05f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ npm install -g peerchat
3838
$ peerchat COMMAND
3939
running command...
4040
$ peerchat (-v|--version|version)
41-
peerchat/0.1.2 darwin-x64 node-v16.13.1
41+
peerchat/0.1.3 darwin-x64 node-v16.13.1
4242
$ peerchat --help [COMMAND]
4343
USAGE
4444
$ peerchat COMMAND
@@ -72,7 +72,7 @@ EXAMPLES
7272
$ peerchat dstack myCoolNickname
7373
```
7474

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

7777
## `peerchat discord [ROOM]`
7878

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

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

9999
## `peerchat help [COMMAND]`
100100

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "peerchat",
33
"description": "Peer-to-peer terminal chat",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"author": "Mykhailo Marynenko @0x77dev",
66
"bin": {
77
"peerchat": "./bin/run",

0 commit comments

Comments
 (0)