Skip to content

Commit 1d34c18

Browse files
authored
bump new-email-received version (#14129)
1 parent 08b948b commit 1d34c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/gmail/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/gmail",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Pipedream Gmail Components",
55
"main": "gmail.app.mjs",
66
"keywords": [

components/gmail/sources/new-email-received/new-email-received.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
name: "New Email Received",
1616
description: "Emit new event when a new email is received.",
1717
type: "source",
18-
version: "0.1.4",
18+
version: "0.1.5",
1919
dedupe: "unique",
2020
props: {
2121
gmail,

0 commit comments

Comments
 (0)