Skip to content

Commit

Permalink
chore: increase package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bounteous17 committed Sep 28, 2021
1 parent 71a3f46 commit 47737cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = () => {
await handler({
body: getBodyDecoded(
brokeredMessage.body,
brokeredMessage.applicationProperties.contentEncoding,
applicationProperties.contentEncoding,
),
applicationProperties,
properties: getProperties(brokeredMessage),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "systemic-azure-bus",
"version": "3.0.0",
"version": "3.1.0",
"description": "A systemic component for azure bus",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 47737cb

Please sign in to comment.