Skip to content

Commit 062a0b3

Browse files
committed
Version bumps
1 parent 4bd0d5a commit 062a0b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/short/actions/create-a-link/create-a-link.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
key: "short-create-a-link",
1313
name: "Create Link",
1414
description: "Create a Short Link. [See the documentation](https://developers.short.io/reference/linkspost).",
15-
version: "0.2.0",
15+
version: "0.1.0",
1616
type: "action",
1717
props: {
1818
shortApp,

components/short/actions/delete-a-link/delete-a-link.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "short-delete-a-link",
55
name: "Delete Link",
66
description: "Delete a Short Link. [See the documentation](https://developers.short.io/reference/linksbylinkiddelete).",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
shortApp,

components/short/actions/expire-a-link/expire-a-link.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "short-expire-a-link",
66
name: "Expire Link",
77
description: "Expire a short link by id. [See the documentation](https://developers.short.io/reference/linksbylinkidpost).",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
shortApp,

components/short/actions/update-a-link/update-a-link.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "short-update-a-link",
77
name: "Update Link",
88
description: "Update original URL, title or path for existing URL by id. [See the documentation](https://developers.short.io/reference/linksbylinkidpost).",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "action",
1111
props: {
1212
shortApp,

0 commit comments

Comments
 (0)