Skip to content

Commit 828ed28

Browse files
committed
chore: v6.0.0-beta.20
1 parent ec1a72d commit 828ed28

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
@@ -45,7 +45,7 @@
4545
Install **ZeroMQ.js** with prebuilt binaries:
4646

4747
```sh
48-
npm install [email protected].19
48+
npm install [email protected].20
4949
```
5050

5151
Requirements for using prebuilt binaries:
@@ -86,21 +86,21 @@ source:
8686
To install from source:
8787

8888
```sh
89-
npm install [email protected].19 --build-from-source
89+
npm install [email protected].20 --build-from-source
9090
```
9191

9292
If you want to link against a shared ZeroMQ library, you can build skip
9393
downloading `libzmq` and link with the installed library instead as follows:
9494

9595
```sh
96-
npm install [email protected].19 --zmq-shared
96+
npm install [email protected].20 --zmq-shared
9797
```
9898

9999
If you wish to use any DRAFT sockets then it is also necessary to compile the
100100
library from source:
101101

102102
```sh
103-
npm install [email protected].19 --zmq-draft
103+
npm install [email protected].20 --zmq-draft
104104
```
105105

106106
## Examples

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeromq",
3-
"version": "6.0.0-beta.19",
3+
"version": "6.0.0-beta.20",
44
"description": "Next-generation ZeroMQ bindings for Node.js",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)