Skip to content

Commit

Permalink
0.9.1 (#42)
Browse files Browse the repository at this point in the history
* 0.9.1
  • Loading branch information
stephenplusplus authored and alexander-fenster committed Feb 16, 2018
1 parent 240ace6 commit d9d772a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-compute/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/compute",
"description": "Google Compute Engine Client Library for Node.js",
"version": "0.9.0",
"version": "0.9.1",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"test": "repo-tools test run --cmd npm -- run cover"
},
"dependencies": {
"@google-cloud/common": "^0.16.0",
"@google-cloud/common": "^0.16.1",
"arrify": "^1.0.0",
"async": "^2.5.0",
"create-error-class": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "repo-tools test run --cmd npm -- run all-test"
},
"dependencies": {
"@google-cloud/compute": "0.9.0",
"@google-cloud/compute": "0.9.1",
"googleapis": "22.2.0",
"nodemailer": "4.3.1",
"nodemailer-smtp-transport": "2.7.4",
Expand Down

0 comments on commit d9d772a

Please sign in to comment.