Skip to content

Commit f6d3c8d

Browse files
authored
Update create-card.mjs
1 parent 7ca2986 commit f6d3c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/trello/actions/create-card/create-card.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "trello-create-card",
88
name: "Create Card",
99
description: "Creates a new card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-post).",
10-
version: "1.0.1",
10+
version: "1.0.2",
1111
type: "action",
1212
props: {
1313
app,

0 commit comments

Comments
 (0)