Skip to content

Commit 946db57

Browse files
committed
versions
1 parent a31bebb commit 946db57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/ecwid/actions/update-order-status/update-order-status.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { FULFILMENT_STATUS_LIST } from "../../commons/commons.mjs";
22
import ecwid from "../../ecwid.app.mjs";
33
export default {
44
name: "Ecwid Update Order Status",
5-
version: "0.0.5",
5+
version: "0.0.6",
66
key: "ecwid-update-order-status",
77
description: "Update the Status of an Ecwid Order. Makes use of the [Update Order API](https://api-docs.ecwid.com/reference/update-order).",
88
props: {

components/verifalia/actions/verify-list-emails/verify-list-emails.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
description: "Verify a list of email address and check if it is properly formatted, really exists and can accept mails, " +
1313
"flagging spam traps, disposable emails and much more. [See the docs](https://verifalia.com/developers#email-validations-creating) for more information",
1414
key: "verifalia-verify-list-emails",
15-
version: "0.1.0",
15+
version: "0.1.1",
1616
type: "action",
1717
props: {
1818
verifalia,

0 commit comments

Comments
 (0)