Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
GTFalcao committed Oct 29, 2024
1 parent 4bd0d5a commit 062a0b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/short/actions/create-a-link/create-a-link.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
key: "short-create-a-link",
name: "Create Link",
description: "Create a Short Link. [See the documentation](https://developers.short.io/reference/linkspost).",
version: "0.2.0",
version: "0.1.0",
type: "action",
props: {
shortApp,
Expand Down
2 changes: 1 addition & 1 deletion components/short/actions/delete-a-link/delete-a-link.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "short-delete-a-link",
name: "Delete Link",
description: "Delete a Short Link. [See the documentation](https://developers.short.io/reference/linksbylinkiddelete).",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
shortApp,
Expand Down
2 changes: 1 addition & 1 deletion components/short/actions/expire-a-link/expire-a-link.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "short-expire-a-link",
name: "Expire Link",
description: "Expire a short link by id. [See the documentation](https://developers.short.io/reference/linksbylinkidpost).",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
shortApp,
Expand Down
2 changes: 1 addition & 1 deletion components/short/actions/update-a-link/update-a-link.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "short-update-a-link",
name: "Update Link",
description: "Update original URL, title or path for existing URL by id. [See the documentation](https://developers.short.io/reference/linksbylinkidpost).",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
shortApp,
Expand Down

0 comments on commit 062a0b3

Please sign in to comment.