Skip to content

Commit

Permalink
bump version to 0.11.0 since we move to a separate repo (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Nov 16, 2017
1 parent 0aa2cf5 commit 5ba0dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/bigquery",
"description": "Google BigQuery Client Library for Node.js",
"version": "0.10.0",
"version": "0.11.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down Expand Up @@ -46,7 +46,6 @@
],
"scripts": {
"generate-scaffolding": "repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json",
"publish-module": "node ../../scripts/publish.js bigquery",
"benchmark": "time node benchmark/bench.js benchmark/queries.json",
"docs": "repo-tools exec -- jsdoc -c .jsdoc.js",
"lint": "repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js system-test/*.test.js && nyc report"
},
"dependencies": {
"@google-cloud/bigquery": "0.9.6",
"@google-cloud/bigquery": "0.11.0",
"@google-cloud/storage": "1.2.1",
"yargs": "8.0.2"
},
Expand Down

0 comments on commit 5ba0dc6

Please sign in to comment.