From 720014c9eabbbee91d853bfe37dcaec6709f5844 Mon Sep 17 00:00:00 2001 From: Pedro Dias Date: Fri, 10 Mar 2017 00:19:41 +0000 Subject: [PATCH] version bump --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d77b95..9014088 100644 --- a/README.md +++ b/README.md @@ -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, diff --git a/package.json b/package.json index 2882f93..e37ad1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dockerode", "description": "Docker Remote API module.", - "version": "2.3.2", + "version": "2.3.3", "author": "Pedro Dias ", "maintainers": [ "apocas "