Skip to content

Commit

Permalink
general bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
idanasulin2706 committed Apr 19, 2023
1 parent 4837e99 commit 8106419
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Message {
else {
let buf = this.connection.JSONC.encode({
id: parseInt(this.message.headers.get('$memphis_pm_id')),
cg_name: this.message.headers.get('$memphis_pm_cg_name')
cgName: this.message.headers.get('$memphis_pm_cg_name')
});
this.connection.brokerManager.publish('$memphis_pm_acks', buf);
}
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": "memphis-dev",
"version": "1.0.2",
"version": "1.0.3",
"description": "A powerful messaging platform for modern developers",
"exports": {
".": "./lib/index.js"
Expand Down
2 changes: 1 addition & 1 deletion version-beta.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.0.4
2 changes: 1 addition & 1 deletion version.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3

0 comments on commit 8106419

Please sign in to comment.