Skip to content

Commit b9f17a5

Browse files
committed
chore: v6.0.0-beta.19 [skip ci]
1 parent bce5872 commit b9f17a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
Install **ZeroMQ.js** with prebuilt binaries:
4141

4242
```sh
43-
npm install [email protected].18
43+
npm install [email protected].19
4444
```
4545

4646
Requirements for using prebuilt binaries:
@@ -78,20 +78,20 @@ Make sure you have the following installed before attempting to build from sourc
7878
To install from source:
7979

8080
```sh
81-
npm install [email protected].18 --build-from-source
81+
npm install [email protected].19 --build-from-source
8282
```
8383

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

8787
```sh
88-
npm install [email protected].18 --zmq-shared
88+
npm install [email protected].19 --zmq-shared
8989
```
9090

9191
If you wish to use any DRAFT sockets then it is also necessary to compile the library from source:
9292

9393
```sh
94-
npm install [email protected].18 --zmq-draft
94+
npm install [email protected].19 --zmq-draft
9595
```
9696

9797
## Examples

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeromq",
3-
"version": "6.0.0-beta.18",
3+
"version": "6.0.0-beta.19",
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)