Skip to content

Commit 4911df9

Browse files
committed
1.1.0 bumped version
1 parent 634f475 commit 4911df9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Pub Sub system that uses `AMQP` messaging to exchange data between services.
66

77
## To Use
88

9-
You project needs to be using at least Node version 8, and ideally Node 10 (LTS) or later.
9+
You project needs to be using at least Node version 8, and ideally Node 14 (LTS) or later.
1010

1111
```sh
1212
npm install amqp-simple-pub-sub

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amqp-simple-pub-sub",
3-
"version": "1.0.12",
3+
"version": "1.1.0",
44
"description": "A Pub Sub system that uses AMQP Messaging to exchange data between services",
55
"author": "Dave Sag <[email protected]>",
66
"type": "commonjs",

0 commit comments

Comments
 (0)