Skip to content

Commit 98e0ee8

Browse files
authored
GetScreenshot version bump (#16488)
1 parent cab8c94 commit 98e0ee8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/getscreenshot/actions/get-account-api-usage/get-account-api-usage.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Account API Usage",
66
description:
77
"Retrieve your current API usage and available quota. [See the documentation](https://docs.rasterwise.com/docs/getscreenshot/api-reference-1/)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
rasterwise,

components/getscreenshot/actions/get-website-screenshot/get-website-screenshot.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "getscreenshot-get-website-screenshot",
55
name: "Get Website Screenshot",
66
description: "Capture a screenshot from a live website. [See the documentation](https://docs.rasterwise.com/docs/getscreenshot/api-reference-0/)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
getscreenshot,

components/getscreenshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/getscreenshot",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream GetScreenshot Components",
55
"main": "getscreenshot.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)