Skip to content

Commit 7e33ace

Browse files
committed
v0.6.4
1 parent 2237473 commit 7e33ace

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.6.3",
5+
"version": "0.6.4",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/gcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storage-gcp",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Google cloud storage implementation",
55
"author": "Justin Brooks <[email protected]>",
66
"homepage": "https://github.com/datatorch/node-storage#readme",

packages/samples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "samples",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Samples",
55
"author": "Justin Brooks <[email protected]>",
66
"homepage": "https://github.com/datatorch/node-storage#readme",
@@ -13,7 +13,7 @@
1313
"storage-aws": "^0.6.3",
1414
"storage-azure": "^0.6.3",
1515
"storage-core": "^0.6.2",
16-
"storage-gcp": "^0.6.3",
16+
"storage-gcp": "^0.6.4",
1717
"ts-node": "^8.10.1"
1818
}
1919
}

0 commit comments

Comments
 (0)