Skip to content

Commit

Permalink
Bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Sep 6, 2016
1 parent 5cf78ef commit a77dc7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/digitalocean.js
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@ module.exports = {
* @memberof Volume
*/
Volume.prototype.create = function(attributes, callback) {
return this.client.post('/volumes', attributes, 202, 'volume', callback);
return this.client.post('/volumes', attributes, 201, 'volume', callback);
};

/**
Expand Down Expand Up @@ -67387,8 +67387,8 @@ module.exports = Request
}).call(this,require('_process'),require("buffer").Buffer)
},{"./lib/auth":269,"./lib/cookies":270,"./lib/getProxyFromURI":271,"./lib/har":272,"./lib/helpers":273,"./lib/multipart":274,"./lib/oauth":275,"./lib/querystring":276,"./lib/redirect":277,"./lib/tunnel":278,"_process":233,"aws-sign2":279,"aws4":280,"bl":282,"buffer":32,"caseless":293,"extend":296,"forever-agent":297,"form-data":298,"hawk":327,"http":253,"http-signature":328,"https":229,"is-typedarray":374,"isstream":375,"mime-types":377,"stream":252,"stringstream":386,"url":260,"util":263,"zlib":31}],396:[function(require,module,exports){
module.exports={
"name": "digitalocean",
"version": "0.8.2",
"name": "digitalocean ",
"version": "0.8.3",
"author": "Phillip Baker <[email protected]>",
"description": "nodejs wrapper for digitalocean v2 api",
"main": "./lib/digitalocean",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digitalocean ",
"version": "0.8.2",
"name": "digitalocean",
"version": "0.8.3",
"author": "Phillip Baker <[email protected]>",
"description": "nodejs wrapper for digitalocean v2 api",
"main": "./lib/digitalocean",
Expand Down

0 comments on commit a77dc7d

Please sign in to comment.