Skip to content

Commit

Permalink
1.6.0 (#135)
Browse files Browse the repository at this point in the history
* 1.6.0
  • Loading branch information
stephenplusplus authored and alexander-fenster committed Feb 13, 2018
1 parent 57e001d commit 7e9558c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/storage",
"description": "Cloud Storage Client Library for Node.js",
"version": "1.5.2",
"version": "1.6.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"generate-scaffolding": "repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"
},
"dependencies": {
"@google-cloud/common": "^0.16.0",
"@google-cloud/common": "^0.16.1",
"arrify": "^1.0.0",
"async": "^2.0.1",
"compressible": "^2.0.12",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@google-cloud/pubsub": "*",
"@google-cloud/storage": "1.5.2",
"@google-cloud/storage": "1.6.0",
"safe-buffer": "5.1.1",
"uuid": "3.1.0",
"yargs": "10.0.3"
Expand Down

0 comments on commit 7e9558c

Please sign in to comment.