Skip to content

Commit c9c3d35

Browse files
authored
bump version to 0.8.1 (#45)
1 parent bafa1a2 commit c9c3d35

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.0",
4+
"version": "0.8.1",
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.0",
17+
"@google-cloud/spanner": "0.8.1",
1818
"yargs": "10.0.3"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)