Skip to content

Commit 3535aca

Browse files
committed
Bump version
1 parent 3ee1a48 commit 3535aca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/slottable/sources/booking-contact-updated/booking-contact-updated.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
...common,
55
key: "slottable-booking-contact-updated",
66
name: "Booking Contact Updated",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
description: "Emit new event when a booking contact is changed (new, updated, or deleted) in Slottable.",
99
type: "source",
1010
dedupe: "unique",

components/slottable/sources/contact-updated/contact-updated.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
...common,
55
key: "slottable-contact-updated",
66
name: "Contact Updated",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
description: "Emit new event when a contact is changed (new, updated, or deleted) in Slottable.",
99
type: "source",
1010
dedupe: "unique",

0 commit comments

Comments
 (0)