Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyroosevelt committed Sep 20, 2024
1 parent 077bfdf commit 518bfe9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/krispcall/actions/add-contact/add-contact.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "krispcall-add-contact",
name: "Add Contact",
description: "Creates a new contact. [See the documentation](https://documenter.getpostman.com/view/32476792/2sA3dxFCaL)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
krispcall,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "krispcall-delete-contact",
name: "Delete Contact",
description: "Deletes a list of contacts. [See the documentation](https://documenter.getpostman.com/view/32476792/2sA3dxFCaL)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
krispcall,
Expand Down
2 changes: 1 addition & 1 deletion components/krispcall/actions/new-mms/new-mms.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "krispcall-new-mms",
name: "Send New MMS",
description: "Send a new MMS to a contact. [See the documentation](https://documenter.getpostman.com/view/32476792/2sA3dxFCaL)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
krispcall,
Expand Down
2 changes: 1 addition & 1 deletion components/krispcall/actions/new-sms/new-sms.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "krispcall-new-sms",
name: "Send New SMS",
description: "Send a new SMS to a number. [See the documentation](https://documenter.getpostman.com/view/32476792/2sA3dxFCaL)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
krispcall,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "krispcall-new-contact-instant",
name: "New Contact (Instant)",
description: "Emit new event when a new contact is created.",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "krispcall-new-sms-or-mms-instant",
name: "New SMS or MMS Sent (Instant)",
description: "Emit new event when a new SMS or MMS is sent.",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "krispcall-new-voicemail-instant",
name: "New Voicemail (Instant)",
description: "Emit new event when a new voicemail is sent.",
version: "0.0.1",
version: "0.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down

0 comments on commit 518bfe9

Please sign in to comment.