diff --git a/package.json b/package.json index ae2c441..5a122db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/dns", "description": "Cloud DNS Client Library for Node.js", - "version": "0.6.2", + "version": "0.7.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/samples/package.json b/samples/package.json index f1bc983..79cfc60 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "test": "repo-tools test run --cmd npm -- run cover" }, "dependencies": { - "@google-cloud/dns": "0.6.2", + "@google-cloud/dns": "0.7.0", "yargs": "9.0.1" }, "devDependencies": {