Skip to content

Commit d173511

Browse files
committed
versions
1 parent 2a66677 commit d173511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/gmail/actions/create-draft/create-draft.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "gmail-create-draft",
77
name: "Create Draft",
88
description: "Create a draft from your Google Workspace email account. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.drafts/create)",
9-
version: "0.1.2",
9+
version: "0.1.3",
1010
type: "action",
1111
props: {
1212
gmail,

components/gmail/actions/send-email/send-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "gmail-send-email",
77
name: "Send Email",
88
description: "Send an email from your Google Workspace email account. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/send)",
9-
version: "0.1.10",
9+
version: "0.1.11",
1010
type: "action",
1111
props: {
1212
gmail,

0 commit comments

Comments
 (0)