Skip to content

Commit b28347d

Browse files
committed
Increment version numbers for Google Drive component and New Spreadsheet source
1 parent 0a962c2 commit b28347d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5",
3+
"version": "1.0.6",
44
"description": "Pipedream Google_drive Components",
55
"main": "google_drive.app.mjs",
66
"keywords": [

components/google_drive/sources/new-spreadsheet/new-spreadsheet.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
type: "source",
77
name: "New Spreadsheet (Instant)",
88
description: "Emit new event when a new spreadsheet is created in a drive.",
9-
version: "0.1.13",
9+
version: "0.1.14",
1010
props: {
1111
googleDrive: newFilesInstant.props.googleDrive,
1212
db: newFilesInstant.props.db,

0 commit comments

Comments
 (0)