Skip to content

Commit 1413557

Browse files
committed
Version bumps
1 parent 031abd4 commit 1413557

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/freshdesk/actions/create-company/create-company.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "freshdesk-create-company",
55
name: "Create a Company",
66
description: "Create a company. [See the documentation](https://developers.freshdesk.com/api/#create_company)",
7-
version: "0.0.3",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
freshdesk,

components/freshdesk/actions/create-contact/create-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "freshdesk-create-contact",
55
name: "Create a Contact",
66
description: "Create a contact. [See the documentation](https://developers.freshdesk.com/api/#create_contact)",
7-
version: "0.1.0",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
freshdesk,

components/freshdesk/actions/create-ticket/create-ticket.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "freshdesk-create-ticket",
55
name: "Create a Ticket",
66
description: "Create a ticket. [See the documentation](https://developers.freshdesk.com/api/#create_ticket)",
7-
version: "0.1.0",
7+
version: "0.0.3",
88
type: "action",
99
props: {
1010
freshdesk,

0 commit comments

Comments
 (0)