Skip to content

Commit ef30ec2

Browse files
committed
1.3.1
1 parent b6211fe commit ef30ec2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudamqp/amqp-client",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "AMQP 0-9-1 client, both for browsers (WebSocket) and node (TCP Socket)",
55
"type": "module",
66
"main": "dist/amqp-client.cjs",

src/amqp-base-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import AMQPError from './amqp-error.js'
33
import AMQPMessage from './amqp-message.js'
44
import AMQPView from './amqp-view.js'
55

6-
const VERSION = '1.3.0'
6+
const VERSION = '1.3.1'
77

88
/**
99
* Base class for AMQPClients.

0 commit comments

Comments
 (0)