Skip to content

Commit 5261358

Browse files
committed
Version bumps for affected components
1 parent 38c643f commit 5261358

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/getemails/actions/find-email/find-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Find Email",
55
description: "Provide Full name of your prospect with Domain or Website and Api will provide you an email address of the prospect in response. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/1#).",
66
key: "getemails-find-email",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/getemails/actions/status-find-email/status-find-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Status Find Email",
55
description: "Use this Api when you want to know the status of any previous find-email Api request. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/2).",
66
key: "getemails-status-find-email",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/getemails/actions/verify-email/verify-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Verify Email",
55
description: "The Api verifies your requested email address, whether it is a Good or Bad email address. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/3).",
66
key: "getemails-verify-email",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

0 commit comments

Comments
 (0)