Skip to content

Commit

Permalink
Merge pull request iron-io#73 from iron-io/update-readme
Browse files Browse the repository at this point in the history
Bump version and update readme
  • Loading branch information
alex-litvak authored Dec 1, 2017
2 parents 7e91a6b + b5e2069 commit f88d3d6
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 f88d3d6

Please sign in to comment.