Skip to content

Commit ed1fb90

Browse files
committed
Bump version
1 parent 0f10f88 commit ed1fb90

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": "3.1.0",
3+
"version": "3.1.1",
44
"description": "AMQP 0-9-1 client, both for browsers (WebSocket) and node (TCP Socket)",
55
"type": "module",
66
"main": "lib/cjs/index.js",

src/amqp-base-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { AMQPMessage } from './amqp-message.js'
44
import { AMQPView } from './amqp-view.js'
55
import type { Logger } from './types.js'
66

7-
const VERSION = '3.0.0'
7+
const VERSION = '3.1.1'
88

99
/**
1010
* Base class for AMQPClients.

0 commit comments

Comments
 (0)