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

Commit 31ac97d

Browse files
committed
v0.1.5
1 parent 60262d0 commit 31ac97d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ npm install -g peerchat
3232
$ peerchat COMMAND
3333
running command...
3434
$ peerchat (-v|--version|version)
35-
peerchat/0.1.4 darwin-x64 node-v16.13.2
35+
peerchat/0.1.5 darwin-arm64 node-v17.7.2
3636
$ peerchat --help [COMMAND]
3737
USAGE
3838
$ peerchat COMMAND
@@ -66,7 +66,7 @@ EXAMPLES
6666
$ peerchat dstack myCoolNickname
6767
```
6868

69-
_See code: [src/commands/index.ts](https://github.com/dstack-js/chat/blob/v0.1.4/src/commands/index.ts)_
69+
_See code: [src/commands/index.ts](https://github.com/dstack-js/chat/blob/v0.1.5/src/commands/index.ts)_
7070

7171
## `peerchat discord [ROOM]`
7272

@@ -88,7 +88,7 @@ EXAMPLES
8888
$ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
8989
```
9090

91-
_See code: [src/commands/discord/index.ts](https://github.com/dstack-js/chat/blob/v0.1.4/src/commands/discord/index.ts)_
91+
_See code: [src/commands/discord/index.ts](https://github.com/dstack-js/chat/blob/v0.1.5/src/commands/discord/index.ts)_
9292

9393
## `peerchat help [COMMAND]`
9494

@@ -105,5 +105,5 @@ OPTIONS
105105
-n, --nested-commands Include all nested commands in the output.
106106
```
107107

108-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.11/src/commands/help.ts)_
108+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.12/src/commands/help.ts)_
109109
<!-- commandsstop -->

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

0 commit comments

Comments
 (0)