Skip to content

Commit 0e71af9

Browse files
committed
Adjusting filenames and versions
1 parent 3f27778 commit 0e71af9

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

components/the_magic_drip/actions/add_lead_to_campaign/add_lead_to_campaign.mjs renamed to components/the_magic_drip/actions/add-lead-to-campaign/add-lead-to-campaign.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "the_magic_drip-add-lead-to-campaign",
55
name: "Add Lead to Campaign",
66
description: "Add a lead to a campaign. [See the documentation](https://docs.themagicdrip.com/api-reference/endpoint/post-v1campaignleads)",
7-
version: "0.0.{{ts}}",
7+
version: "0.0.1",
88
type: "action",
99
props: {
1010
app,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "the_magic_drip-mark-campaign-active-inactive",
55
name: "Mark Campaign Active or Inactive",
66
description: "Marks a campaign as active or inactive. [See the documentation](https://docs.themagicdrip.com/api-reference/endpoint/post-v1campaign-active)",
7-
version: "0.0.{{ts}}",
7+
version: "0.0.1",
88
type: "action",
99
props: {
1010
app,

0 commit comments

Comments
 (0)