Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
baelter committed Aug 25, 2023
1 parent 0f10f88 commit ed1fb90
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": "3.1.0",
"version": "3.1.1",
"description": "AMQP 0-9-1 client, both for browsers (WebSocket) and node (TCP Socket)",
"type": "module",
"main": "lib/cjs/index.js",
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 @@ -4,7 +4,7 @@ import { AMQPMessage } from './amqp-message.js'
import { AMQPView } from './amqp-view.js'
import type { Logger } from './types.js'

const VERSION = '3.0.0'
const VERSION = '3.1.1'

/**
* Base class for AMQPClients.
Expand Down

0 comments on commit ed1fb90

Please sign in to comment.