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

Commit c61432a

Browse files
committed
v0.1.2
1 parent d254a45 commit c61432a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ yarn global add peerchat
3030

3131
<!-- toc -->
3232
* [Installing](#installing)
33-
* [or using yarn:](#or-using-yarn)
3433
* [Usage](#usage)
3534
* [Commands](#commands)
3635
<!-- tocstop -->
@@ -41,7 +40,7 @@ $ npm install -g peerchat
4140
$ peerchat COMMAND
4241
running command...
4342
$ peerchat (-v|--version|version)
44-
peerchat/0.1.1 darwin-x64 node-v16.13.1
43+
peerchat/0.1.2 darwin-x64 node-v16.13.1
4544
$ peerchat --help [COMMAND]
4645
USAGE
4746
$ peerchat COMMAND
@@ -75,7 +74,7 @@ EXAMPLES
7574
$ peerchat dstack myCoolNickname
7675
```
7776

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

8079
## `peerchat discord [ROOM]`
8180

@@ -97,7 +96,7 @@ EXAMPLES
9796
$ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
9897
```
9998

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

102101
## `peerchat help [COMMAND]`
103102

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.1",
4+
"version": "0.1.2",
55
"author": "Mykhailo Marynenko @0x77dev",
66
"bin": {
77
"peerchat": "./bin/run",

0 commit comments

Comments
 (0)