Skip to content

Commit 99a854f

Browse files
committed
Bump package version to 0.7.0
A new minor version because the node engines supported has changed. Also changed the node engine versions claimed as supported, in the README. Signed-off-by: Michael Bridgen <[email protected]>
1 parent 19fb6cb commit 99a854f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* [Examples from RabbitMQ tutorials][tutes]
1111

1212
A library for making AMQP 0-9-1 clients for Node.JS, and an AMQP 0-9-1
13-
client for Node.JS v0.8-0.12, v4-v14, and the intervening io.js
13+
client for Node.JS v0.8-0.12, v4-v15, and the intervening io.js
1414
releases.
1515

1616
This library does not implement [AMQP

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amqplib",
33
"homepage": "http://squaremo.github.io/amqp.node/",
44
"main": "./channel_api.js",
5-
"version": "0.6.0",
5+
"version": "0.7.0",
66
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)