Skip to content

Commit 7ca2986

Browse files
authored
Update add-attachment-to-card.mjs
1 parent c936215 commit 7ca2986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/trello/actions/add-attachment-to-card/add-attachment-to-card.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "trello-add-attachment-to-card",
77
name: "Add Attachment To Card",
88
description: "Adds a file attachment on a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-attachments-post)",
9-
version: "1.0.1",
9+
version: "1.0.2",
1010
type: "action",
1111
props: {
1212
app,

0 commit comments

Comments
 (0)