Skip to content

Commit

Permalink
0.7.1 (#23)
Browse files Browse the repository at this point in the history
* 0.7.1
  • Loading branch information
stephenplusplus authored and alexander-fenster committed Feb 15, 2018
1 parent 137e66c commit c122f53
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-dns/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/dns",
"description": "Cloud DNS Client Library for Node.js",
"version": "0.7.0",
"version": "0.7.1",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"system-test": "repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts"
},
"dependencies": {
"@google-cloud/common": "^0.16.0",
"@google-cloud/common": "^0.16.1",
"arrify": "^1.0.0",
"dns-zonefile": "0.2.2",
"extend": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dns/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "repo-tools test run --cmd npm -- run cover"
},
"dependencies": {
"@google-cloud/dns": "0.7.0",
"@google-cloud/dns": "0.7.1",
"yargs": "10.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit c122f53

Please sign in to comment.