Skip to content

Commit 8bedd60

Browse files
committed
versions
1 parent 7a7cb53 commit 8bedd60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/google_drive/actions/download-file/download-file.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default {
1818
key: "google_drive-download-file",
1919
name: "Download File",
2020
description: "Download a file. [See the documentation](https://developers.google.com/drive/api/v3/manage-downloads) for more information",
21-
version: "0.1.11",
21+
version: "0.1.12",
2222
type: "action",
2323
props: {
2424
googleDrive,

components/google_drive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/google_drive",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Pipedream Google_drive Components",
55
"main": "google_drive.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)