Skip to content

Commit 1f56891

Browse files
bump versions
1 parent 7515212 commit 1f56891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/google_drive/actions/create-folder/create-folder.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
key: "google_drive-create-folder",
1414
name: "Create Folder",
1515
description: "Create a new empty folder. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/create) for more information",
16-
version: "0.1.7",
16+
version: "0.1.8",
1717
type: "action",
1818
props: {
1919
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": "0.8.5",
3+
"version": "0.8.6",
44
"description": "Pipedream Google_drive Components",
55
"main": "google_drive.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)