Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Jan 3, 2022
1 parent b6211fe commit ef30ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudamqp/amqp-client",
"version": "1.3.0",
"version": "1.3.1",
"description": "AMQP 0-9-1 client, both for browsers (WebSocket) and node (TCP Socket)",
"type": "module",
"main": "dist/amqp-client.cjs",
Expand Down
2 changes: 1 addition & 1 deletion src/amqp-base-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import AMQPError from './amqp-error.js'
import AMQPMessage from './amqp-message.js'
import AMQPView from './amqp-view.js'

const VERSION = '1.3.0'
const VERSION = '1.3.1'

/**
* Base class for AMQPClients.
Expand Down

0 comments on commit ef30ec2

Please sign in to comment.