Skip to content

Commit 929af6c

Browse files
authored
0.9.0 (#58)
1 parent 6d50b3e commit 929af6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/spanner",
33
"description": "Cloud Spanner Client Library for Node.js",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "repo-tools test run --cmd npm -- run cover"
1515
},
1616
"dependencies": {
17-
"@google-cloud/spanner": "0.8.2",
17+
"@google-cloud/spanner": "0.9.0",
1818
"yargs": "10.0.3"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)