We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7cb53 commit 8bedd60Copy full SHA for 8bedd60
components/google_drive/actions/download-file/download-file.mjs
@@ -18,7 +18,7 @@ export default {
18
key: "google_drive-download-file",
19
name: "Download File",
20
description: "Download a file. [See the documentation](https://developers.google.com/drive/api/v3/manage-downloads) for more information",
21
- version: "0.1.11",
+ version: "0.1.12",
22
type: "action",
23
props: {
24
googleDrive,
components/google_drive/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pipedream/google_drive",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Pipedream Google_drive Components",
5
"main": "google_drive.app.mjs",
6
"keywords": [
0 commit comments