Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Mar 10, 2017
1 parent 9dcdce6 commit 720014c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ container.remove(function (err, data) {
console.log(data);
});

// promises are supported (to be published in v2.3.3)
// promises are supported
docker.createContainer({
Image: 'ubuntu',
AttachStdin: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dockerode",
"description": "Docker Remote API module.",
"version": "2.3.2",
"version": "2.3.3",
"author": "Pedro Dias <[email protected]>",
"maintainers": [
"apocas <[email protected]>"
Expand Down

0 comments on commit 720014c

Please sign in to comment.