Skip to content

Commit 5c3d6c3

Browse files
committed
Added actions
1 parent 32b6daa commit 5c3d6c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/attio/sources/new-list-entry-instant/new-list-entry-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "attio-new-list-entry-instant",
77
name: "New List Entry (Instant)",
88
description: "Emit new event when a record, such as person, company, or deal, is added to a list",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
type: "source",
1111
dedupe: "unique",
1212
props: {

components/attio/sources/new-record-created-instant/new-record-created-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "attio-new-record-created-instant",
77
name: "New Record Created (Instant)",
88
description: "Emit new event when new record, such as person, company or deal gets created",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
type: "source",
1111
dedupe: "unique",
1212
props: {

0 commit comments

Comments
 (0)