Skip to content

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-litvak committed Dec 1, 2017
1 parent 7e91a6b commit b5e2069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ If a queue does not exist, it will be created upon the first posting of a messag
```javascript
queue.post(messages, function(error, body) {});

//without callback
queue.post("hello IronMQ!");
// single message
queue.post("hello IronMQ!", function(error, body) {});
// with options
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": "iron_mq",
"version": "0.9.2",
"version": "0.9.3",
"description": "Node client for IronMQ",
"homepage": "https://github.com/iron-io/iron_mq_node",
"author": "Andrew Kirilenko, Yury Yantsevich & Iron.io, Inc",
Expand Down

0 comments on commit b5e2069

Please sign in to comment.